From 2b2c58bba0c2a29a44712ad02cc0ae41907e449c Mon Sep 17 00:00:00 2001 From: awssdkgo Date: Wed, 6 Nov 2019 23:22:27 +0000 Subject: [PATCH] Release v1.25.29 (2019-11-06) === ### Service Client Updates * `service/savingsplans`: Updates service documentation --- CHANGELOG.md | 6 ++++++ aws/endpoints/defaults.go | 15 +++++++++++++++ aws/version.go | 2 +- models/apis/savingsplans/2019-06-28/docs-2.json | 2 +- models/endpoints/endpoints.json | 14 ++++++++++++++ service/savingsplans/doc.go | 4 ++-- 6 files changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd5ce120c..fa1ffc8607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Release v1.25.29 (2019-11-06) +=== + +### Service Client Updates +* `service/savingsplans`: Updates service documentation + Release v1.25.28 (2019-11-06) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 97a63ec71e..a780448a5d 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -524,8 +524,10 @@ var awsPartition = partition{ "eu-north-1": endpoint{}, "eu-west-1": endpoint{}, "eu-west-2": endpoint{}, + "eu-west-3": endpoint{}, "us-east-1": endpoint{}, "us-east-2": endpoint{}, + "us-west-1": endpoint{}, "us-west-2": endpoint{}, }, }, @@ -3139,6 +3141,19 @@ var awsPartition = partition{ }, }, }, + "savingsplans": service{ + PartitionEndpoint: "aws-global", + IsRegionalized: boxedFalse, + + Endpoints: endpoints{ + "aws-global": endpoint{ + Hostname: "savingsplans.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + }, + }, + }, "sdb": service{ Defaults: endpoint{ Protocols: []string{"http", "https"}, diff --git a/aws/version.go b/aws/version.go index 3c509fb953..1cc1d8e7d6 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.25.28" +const SDKVersion = "1.25.29" diff --git a/models/apis/savingsplans/2019-06-28/docs-2.json b/models/apis/savingsplans/2019-06-28/docs-2.json index d9def24062..4d297250e1 100644 --- a/models/apis/savingsplans/2019-06-28/docs-2.json +++ b/models/apis/savingsplans/2019-06-28/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the Savings Plans User Guide.

", + "service": "

Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the AWS Savings Plans User Guide.

", "operations": { "CreateSavingsPlan": "

Creates a Savings Plan.

", "DescribeSavingsPlanRates": "

Describes the specified Savings Plans rates.

", diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index c682dafacc..ee4fcde5a4 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -418,8 +418,10 @@ "eu-north-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, + "eu-west-3" : { }, "us-east-1" : { }, "us-east-2" : { }, + "us-west-1" : { }, "us-west-2" : { } } }, @@ -2952,6 +2954,18 @@ } } }, + "savingsplans" : { + "endpoints" : { + "aws-global" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "savingsplans.amazonaws.com" + } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" + }, "sdb" : { "defaults" : { "protocols" : [ "http", "https" ], diff --git a/service/savingsplans/doc.go b/service/savingsplans/doc.go index 4626effa0b..700ed64a33 100644 --- a/service/savingsplans/doc.go +++ b/service/savingsplans/doc.go @@ -6,8 +6,8 @@ // Savings Plans are a pricing model that offer significant savings on AWS usage // (for example, on Amazon EC2 instances). You commit to a consistent amount // of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower -// price for that usage. For more information, see the Savings Plans User Guide -// (https://docs.aws.amazon.com/savingsplans/latest/userguide/). +// price for that usage. For more information, see the AWS Savings Plans User +// Guide (https://docs.aws.amazon.com/savingsplans/latest/userguide/). // // See https://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28 for more information on this service. //