diff --git a/CHANGELOG.md b/CHANGELOG.md index e85d9ee8daf..f1912bb491d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Release v1.44.113 (2022-10-06) +=== + +### Service Client Updates +* `service/resiliencehub`: Updates service documentation + Release v1.44.112 (2022-10-05) === diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index fc04edea825..cb2593bacdb 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -4272,6 +4272,9 @@ var awsPartition = partition{ endpointKey{ Region: "eu-west-3", }: endpoint{}, + endpointKey{ + Region: "me-central-1", + }: endpoint{}, endpointKey{ Region: "me-south-1", }: endpoint{}, @@ -12008,6 +12011,55 @@ var awsPartition = partition{ }, }, }, + "ingest.timestream": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-2", + }: endpoint{}, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "ingest-fips-us-east-1", + }: endpoint{ + Hostname: "ingest.timestream-fips.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + }, + endpointKey{ + Region: "ingest-fips-us-east-2", + }: endpoint{ + Hostname: "ingest.timestream-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + }, + endpointKey{ + Region: "ingest-fips-us-west-2", + }: endpoint{ + Hostname: "ingest.timestream-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-2", + }, + }, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + }, + }, "inspector": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -17152,6 +17204,15 @@ var awsPartition = partition{ }, Deprecated: boxedTrue, }, + endpointKey{ + Region: "fips-us-east-2", + }: endpoint{ + Hostname: "pinpoint-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "fips-us-west-2", }: endpoint{ @@ -17178,6 +17239,23 @@ var awsPartition = partition{ Region: "us-east-1", }, }, + endpointKey{ + Region: "us-east-2", + }: endpoint{ + Hostname: "pinpoint.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + }, + endpointKey{ + Region: "us-east-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "pinpoint-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + }, endpointKey{ Region: "us-west-2", }: endpoint{ @@ -29104,6 +29182,15 @@ var awsusgovPartition = partition{ Region: "us-gov-east-1", }, }, + endpointKey{ + Region: "us-gov-east-1", + Variant: dualStackVariant, + }: endpoint{ + Hostname: "ec2.us-gov-east-1.api.aws", + CredentialScope: credentialScope{ + Region: "us-gov-east-1", + }, + }, endpointKey{ Region: "us-gov-west-1", }: endpoint{ @@ -29112,6 +29199,15 @@ var awsusgovPartition = partition{ Region: "us-gov-west-1", }, }, + endpointKey{ + Region: "us-gov-west-1", + Variant: dualStackVariant, + }: endpoint{ + Hostname: "ec2.us-gov-west-1.api.aws", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + }, }, }, "ecs": service{ @@ -33453,6 +33549,9 @@ var awsisoPartition = partition{ endpointKey{ Region: "us-iso-east-1", }: endpoint{}, + endpointKey{ + Region: "us-iso-west-1", + }: endpoint{}, }, }, "tagging": service{ diff --git a/aws/version.go b/aws/version.go index f22b16a9f72..450dbade74e 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.44.112" +const SDKVersion = "1.44.113" diff --git a/models/apis/resiliencehub/2020-04-30/docs-2.json b/models/apis/resiliencehub/2020-04-30/docs-2.json index 30ac9c121e6..10b29c31fde 100644 --- a/models/apis/resiliencehub/2020-04-30/docs-2.json +++ b/models/apis/resiliencehub/2020-04-30/docs-2.json @@ -3,7 +3,7 @@ "service": "

AWS Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions. Resilience Hub offers continuous resiliency assessment and validation that integrates into your software development lifecycle. This enables you to uncover resiliency weaknesses, ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your applications are met, and resolve issues before they are released into production.

", "operations": { "AddDraftAppVersionResourceMappings": "

Adds the resource mapping for the draft application version.

", - "CreateApp": "

Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy.

 <p>After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).</p> 
", + "CreateApp": "

Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy.

After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).

", "CreateRecommendationTemplate": "

Creates a new recommendation template.

", "CreateResiliencyPolicy": "

Creates a resiliency policy for an application.

", "DeleteApp": "

Deletes an AWS Resilience Hub application. This is a destructive action that can't be undone.

", @@ -547,7 +547,7 @@ "refs": { "CreateResiliencyPolicyRequest$policy": "

The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

", "ResiliencyPolicy$policy": "

The resiliency policy.

", - "UpdateResiliencyPolicyRequest$policy": "

The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

" + "UpdateResiliencyPolicyRequest$policy": "

The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

If you do not want to specify regional targets for a regional policy, you must set the values of rpoInSecs and rtoInSecs to -1.

" } }, "DisruptionResiliencyScore": { diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 81f0a6f3fbb..15c0016bc64 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -2345,6 +2345,7 @@ "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, + "me-central-1" : { }, "me-south-1" : { }, "sa-east-1" : { }, "us-east-1" : { }, @@ -7014,6 +7015,35 @@ "isRegionalized" : false, "partitionEndpoint" : "aws-global" }, + "ingest.timestream" : { + "endpoints" : { + "ap-northeast-1" : { }, + "ap-southeast-2" : { }, + "eu-central-1" : { }, + "eu-west-1" : { }, + "ingest-fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com" + }, + "ingest-fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com" + }, + "ingest-fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com" + }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, "inspector" : { "endpoints" : { "ap-northeast-1" : { }, @@ -10006,6 +10036,13 @@ "deprecated" : true, "hostname" : "pinpoint-fips.us-east-1.amazonaws.com" }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "pinpoint-fips.us-east-2.amazonaws.com" + }, "fips-us-west-2" : { "credentialScope" : { "region" : "us-west-2" @@ -10023,6 +10060,16 @@ "tags" : [ "fips" ] } ] }, + "us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "hostname" : "pinpoint.us-east-2.amazonaws.com", + "variants" : [ { + "hostname" : "pinpoint-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, "us-west-2" : { "credentialScope" : { "region" : "us-west-2" @@ -17397,13 +17444,21 @@ "credentialScope" : { "region" : "us-gov-east-1" }, - "hostname" : "ec2.us-gov-east-1.amazonaws.com" + "hostname" : "ec2.us-gov-east-1.amazonaws.com", + "variants" : [ { + "hostname" : "ec2.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] + } ] }, "us-gov-west-1" : { "credentialScope" : { "region" : "us-gov-west-1" }, - "hostname" : "ec2.us-gov-west-1.amazonaws.com" + "hostname" : "ec2.us-gov-west-1.amazonaws.com", + "variants" : [ { + "hostname" : "ec2.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] + } ] } } }, @@ -20519,7 +20574,8 @@ }, "synthetics" : { "endpoints" : { - "us-iso-east-1" : { } + "us-iso-east-1" : { }, + "us-iso-west-1" : { } } }, "tagging" : { diff --git a/service/resiliencehub/api.go b/service/resiliencehub/api.go index 7b45f85b61e..5b7e92d84e2 100644 --- a/service/resiliencehub/api.go +++ b/service/resiliencehub/api.go @@ -162,11 +162,11 @@ func (c *ResilienceHub) CreateAppRequest(input *CreateAppInput) (req *request.Re // you provide an application name, resources from one or more–up to five–CloudFormation // stacks, and an appropriate resiliency policy. // -//

After you create a Resilience Hub application, you publish it so that -// you can run a resiliency assessment on it. You can then use recommendations -// from the assessment to improve resiliency by running another assessment, -// comparing results, and then iterating the process until you achieve your -// goals for recovery time objective (RTO) and recovery point objective (RPO).

+// After you create a Resilience Hub application, you publish it so that you +// can run a resiliency assessment on it. You can then use recommendations from +// the assessment to improve resiliency by running another assessment, comparing +// results, and then iterating the process until you achieve your goals for +// recovery time objective (RTO) and recovery point objective (RPO). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -12210,6 +12210,9 @@ type UpdateResiliencyPolicyInput struct { // The type of resiliency policy to be created, including the recovery time // objective (RTO) and recovery point objective (RPO) in seconds. + // + // If you do not want to specify regional targets for a regional policy, you + // must set the values of rpoInSecs and rtoInSecs to -1. Policy map[string]*FailurePolicy `locationName:"policy" type:"map"` // The Amazon Resource Name (ARN) of the resiliency policy. The format for this