Skip to content

Commit

Permalink
Release v1.44.313 (2023-07-31) (#4933)
Browse files Browse the repository at this point in the history
Release v1.44.313 (2023-07-31)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API and documentation
* `service/autoscaling`: Updates service API, documentation, and examples
  * You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
* `service/cleanrooms`: Updates service API, documentation, and paginators
* `service/codestar-connections`: Updates service API and documentation
* `service/drs`: Updates service API
* `service/inspector2`: Updates service API and documentation
* `service/lookoutequipment`: Updates service API, documentation, and paginators
* `service/omics`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
* `service/route53`: Updates service API and documentation
  * Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/scheduler`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 31, 2023
1 parent b75b2a7 commit 38e5c81
Show file tree
Hide file tree
Showing 55 changed files with 14,470 additions and 4,922 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.44.313 (2023-07-31)
===

### Service Client Updates
* `service/amplifyuibuilder`: Updates service API and documentation
* `service/autoscaling`: Updates service API, documentation, and examples
* You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
* `service/cleanrooms`: Updates service API, documentation, and paginators
* `service/codestar-connections`: Updates service API and documentation
* `service/drs`: Updates service API
* `service/inspector2`: Updates service API and documentation
* `service/lookoutequipment`: Updates service API, documentation, and paginators
* `service/omics`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
* `service/route53`: Updates service API and documentation
* Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/scheduler`: Updates service API and documentation

Release v1.44.312 (2023-07-28)
===

Expand Down
51 changes: 51 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.44.312"
const SDKVersion = "1.44.313"
39 changes: 38 additions & 1 deletion models/apis/amplifyuibuilder/2021-08-11/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,15 @@
"state":{"shape":"MutationActionSetStateParameter"}
}
},
"ApiConfiguration":{
"type":"structure",
"members":{
"graphQLConfig":{"shape":"GraphQLRenderConfig"},
"dataStoreConfig":{"shape":"DataStoreRenderConfig"},
"noApiConfig":{"shape":"NoApiRenderConfig"}
},
"union":true
},
"AppId":{
"type":"string",
"max":20,
Expand Down Expand Up @@ -1005,6 +1014,11 @@
},
"payload":"entity"
},
"DataStoreRenderConfig":{
"type":"structure",
"members":{
}
},
"DeleteComponentRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1645,6 +1659,23 @@
},
"payload":"theme"
},
"GraphQLRenderConfig":{
"type":"structure",
"required":[
"typesFilePath",
"queriesFilePath",
"mutationsFilePath",
"subscriptionsFilePath",
"fragmentsFilePath"
],
"members":{
"typesFilePath":{"shape":"String"},
"queriesFilePath":{"shape":"String"},
"mutationsFilePath":{"shape":"String"},
"subscriptionsFilePath":{"shape":"String"},
"fragmentsFilePath":{"shape":"String"}
}
},
"IdentifierList":{
"type":"list",
"member":{"shape":"String"}
Expand Down Expand Up @@ -1885,6 +1916,11 @@
"set":{"shape":"ComponentProperty"}
}
},
"NoApiRenderConfig":{
"type":"structure",
"members":{
}
},
"NumValues":{
"type":"list",
"member":{"shape":"Integer"}
Expand Down Expand Up @@ -1950,7 +1986,8 @@
"target":{"shape":"JSTarget"},
"script":{"shape":"JSScript"},
"renderTypeDeclarations":{"shape":"Boolean"},
"inlineSourceMap":{"shape":"Boolean"}
"inlineSourceMap":{"shape":"Boolean"},
"apiConfiguration":{"shape":"ApiConfiguration"}
}
},
"RefreshTokenRequest":{
Expand Down
35 changes: 32 additions & 3 deletions models/apis/amplifyuibuilder/2021-08-11/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"service": "<p>The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's backend Amazon Web Services resources.</p> <p>You can also use the Amplify Studio visual designer to create UI components and model data for an app. For more information, see <a href=\"https://docs.amplify.aws/console/adminui/intro\">Introduction</a> in the <i>Amplify Docs</i>.</p> <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework</a>. For more information about deploying an Amplify application to Amazon Web Services, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify User Guide</a>.</p>",
"operations": {
"CreateComponent": "<p>Creates a new component for an Amplify app.</p>",
"CreateForm": "<p>Creates a new form for an Amplify.</p>",
"CreateForm": "<p>Creates a new form for an Amplify app.</p>",
"CreateTheme": "<p>Creates a theme to apply to the components in an Amplify app.</p>",
"DeleteComponent": "<p>Deletes a component from an Amplify app.</p>",
"DeleteForm": "<p>Deletes a form from an Amplify app.</p>",
Expand All @@ -23,7 +23,7 @@
"ListThemes": "<p>Retrieves a list of themes for a specified Amplify app and backend environment.</p>",
"PutMetadataFlag": "<p>Stores the metadata information about a feature on a form.</p>",
"RefreshToken": "<p>Refreshes a previously issued access token that might have expired.</p>",
"StartCodegenJob": "<p>Starts a code generation job for for a specified Amplify app and backend environment.</p>",
"StartCodegenJob": "<p>Starts a code generation job for a specified Amplify app and backend environment.</p>",
"UpdateComponent": "<p>Updates an existing component.</p>",
"UpdateForm": "<p>Updates an existing form.</p>",
"UpdateTheme": "<p>Updates an existing theme.</p>"
Expand All @@ -35,6 +35,12 @@
"ComponentEvent$parameters": "<p>Describes information about the action.</p>"
}
},
"ApiConfiguration": {
"base": "<p>Describes the API configuration for a code generation job.</p>",
"refs": {
"ReactStartCodegenJobData$apiConfiguration": "<p>The API configuration for the code generation job.</p>"
}
},
"AppId": {
"base": null,
"refs": {
Expand Down Expand Up @@ -185,7 +191,7 @@
}
},
"CodegenJobRenderConfig": {
"base": "<p>Describes the configuration information for rendering the UI component associated the code generation job.</p>",
"base": "<p>Describes the configuration information for rendering the UI component associated with the code generation job.</p>",
"refs": {
"CodegenJob$renderConfig": null,
"StartCodegenJobData$renderConfig": "<p>The code generation configuration for the codegen job.</p>"
Expand Down Expand Up @@ -452,6 +458,12 @@
"refs": {
}
},
"DataStoreRenderConfig": {
"base": "<p>Describes the DataStore configuration for an API for a code generation job.</p>",
"refs": {
"ApiConfiguration$dataStoreConfig": "<p>The configuration for an application using DataStore APIs.</p>"
}
},
"DeleteComponentRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -777,6 +789,12 @@
"refs": {
}
},
"GraphQLRenderConfig": {
"base": "<p>Describes the GraphQL configuration for an API for a code generation job.</p>",
"refs": {
"ApiConfiguration$graphQLConfig": "<p>The configuration for an application using GraphQL APIs.</p>"
}
},
"IdentifierList": {
"base": null,
"refs": {
Expand Down Expand Up @@ -900,6 +918,12 @@
"ActionParameters$state": "<p>A key-value pair that specifies the state property name and its initial value.</p>"
}
},
"NoApiRenderConfig": {
"base": "<p>Describes the configuration for an application with no API being used.</p>",
"refs": {
"ApiConfiguration$noApiConfig": "<p>The configuration for an application with no API being used.</p>"
}
},
"NumValues": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1194,6 +1218,11 @@
"GetMetadataRequest$environmentName": "<p>The name of the backend environment that is part of the Amplify app.</p>",
"GetThemeRequest$appId": "<p>The unique ID of the Amplify app.</p>",
"GetThemeRequest$environmentName": "<p>The name of the backend environment that is part of the Amplify app.</p>",
"GraphQLRenderConfig$typesFilePath": "<p>The path to the GraphQL types file, relative to the component output directory.</p>",
"GraphQLRenderConfig$queriesFilePath": "<p>The path to the GraphQL queries file, relative to the component output directory.</p>",
"GraphQLRenderConfig$mutationsFilePath": "<p>The path to the GraphQL mutations file, relative to the component output directory.</p>",
"GraphQLRenderConfig$subscriptionsFilePath": "<p>The path to the GraphQL subscriptions file, relative to the component output directory.</p>",
"GraphQLRenderConfig$fragmentsFilePath": "<p>The path to the GraphQL fragments file, relative to the component output directory.</p>",
"IdentifierList$member": null,
"InternalServerException$message": null,
"InvalidParameterException$message": null,
Expand Down

0 comments on commit 38e5c81

Please sign in to comment.