From fc28b08d9ce0ff3789ef225511f62ebddd12f056 Mon Sep 17 00:00:00 2001 From: aws-sdk-go-automation <43143561+aws-sdk-go-automation@users.noreply.github.com> Date: Tue, 4 May 2021 19:51:42 -0700 Subject: [PATCH] Release v1.38.33 (2021-05-05) (#3897) Release v1.38.33 (2021-05-05) === ### Service Client Updates * `service/finspace`: Updates service documentation * `service/finspace-data`: Updates service documentation --- CHANGELOG.md | 7 +++++++ aws/version.go | 2 +- models/apis/finspace-data/2020-07-13/docs-2.json | 2 +- models/apis/finspace/2021-03-12/docs-2.json | 2 +- service/finspace/doc.go | 3 ++- service/finspacedata/doc.go | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3276a9fcfa5..8fd59a24beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Release v1.38.33 (2021-05-05) +=== + +### Service Client Updates +* `service/finspace`: Updates service documentation +* `service/finspace-data`: Updates service documentation + Release v1.38.32 (2021-05-04) === diff --git a/aws/version.go b/aws/version.go index 9b77dc7b9c6..01d19f5a50f 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.38.32" +const SDKVersion = "1.38.33" diff --git a/models/apis/finspace-data/2020-07-13/docs-2.json b/models/apis/finspace-data/2020-07-13/docs-2.json index 19f91b82ac6..34211d21795 100644 --- a/models/apis/finspace-data/2020-07-13/docs-2.json +++ b/models/apis/finspace-data/2020-07-13/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

The FinSpace APIs let you take actions inside FinSpace.

", + "service": "

The FinSpace APIs let you take actions inside the FinSpace environment.

", "operations": { "CreateChangeset": "

Creates a new changeset in a FinSpace dataset.

", "GetProgrammaticAccessCredentials": "

Request programmatic credentials to use with Habanero SDK.

", diff --git a/models/apis/finspace/2021-03-12/docs-2.json b/models/apis/finspace/2021-03-12/docs-2.json index 21f665e483a..fb0308293a7 100644 --- a/models/apis/finspace/2021-03-12/docs-2.json +++ b/models/apis/finspace/2021-03-12/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

The FinSpace management service provides the APIs for managing FinSpace environments.

", + "service": "

The FinSpace management service provides the APIs for managing the FinSpace environments.

", "operations": { "CreateEnvironment": "

Create a new FinSpace environment.

", "DeleteEnvironment": "

Delete an FinSpace environment.

", diff --git a/service/finspace/doc.go b/service/finspace/doc.go index d642869c85b..e8659632472 100644 --- a/service/finspace/doc.go +++ b/service/finspace/doc.go @@ -3,7 +3,8 @@ // Package finspace provides the client and types for making API // requests to FinSpace User Environment Management service. // -// The FinSpace management service provides the APIs for managing FinSpace environments. +// The FinSpace management service provides the APIs for managing the FinSpace +// environments. // // See https://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12 for more information on this service. // diff --git a/service/finspacedata/doc.go b/service/finspacedata/doc.go index 121c76562ca..a3ee4aec460 100644 --- a/service/finspacedata/doc.go +++ b/service/finspacedata/doc.go @@ -3,7 +3,7 @@ // Package finspacedata provides the client and types for making API // requests to FinSpace Public API. // -// The FinSpace APIs let you take actions inside FinSpace. +// The FinSpace APIs let you take actions inside the FinSpace environment. // // See https://docs.aws.amazon.com/goto/WebAPI/finspace-2020-07-13 for more information on this service. //