Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit d36c2b1

Browse files
author
aws-sdk-cpp-automation
committed
AWSConfig launches support for conformance packs. A conformance pack is a new resource type that allows you to package a collection of Config rules and remediation actions into a single entity. You can create and deploy conformance packs into your account or across all accounts in your organization
This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set. Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild This release allows forward actions on Application Load Balancers to route requests to multiple target groups, based on the weight you specify for each target group. Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them. As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer's own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL's that they own. Ownership is proved by creating and confirming topic rule destinations. IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts. This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11. This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name.
1 parent c68291f commit d36c2b1

477 files changed

Lines changed: 27564 additions & 2595 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aws-cpp-sdk-AWSMigrationHub/source/MigrationHubEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace MigrationHubEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "mgh" << ".";
3939

@@ -43,12 +43,12 @@ namespace MigrationHubEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-acm-pca/source/ACMPCAEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ACMPCAEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "acm-pca" << ".";
3939

@@ -43,12 +43,12 @@ namespace ACMPCAEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-acm/source/ACMEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ACMEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "acm" << ".";
3939

@@ -43,12 +43,12 @@ namespace ACMEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-alexaforbusiness/source/AlexaForBusinessEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace AlexaForBusinessEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "a4b" << ".";
3939

@@ -43,12 +43,12 @@ namespace AlexaForBusinessEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-amplify/source/AmplifyEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace AmplifyEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "amplify" << ".";
3939

@@ -43,12 +43,12 @@ namespace AmplifyEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-apigateway/source/APIGatewayEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace APIGatewayEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "apigateway" << ".";
3939

@@ -43,12 +43,12 @@ namespace APIGatewayEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-apigatewaymanagementapi/source/ApiGatewayManagementApiEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ApiGatewayManagementApiEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "execute-api" << ".";
3939

@@ -43,12 +43,12 @@ namespace ApiGatewayManagementApiEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-apigatewayv2/source/ApiGatewayV2Endpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ApiGatewayV2Endpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "apigateway" << ".";
3939

@@ -43,12 +43,12 @@ namespace ApiGatewayV2Endpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-application-autoscaling/source/ApplicationAutoScalingEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ApplicationAutoScalingEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "autoscaling" << ".";
3939

@@ -43,12 +43,12 @@ namespace ApplicationAutoScalingEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

aws-cpp-sdk-application-insights/source/ApplicationInsightsEndpoint.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace ApplicationInsightsEndpoint
2828
{
2929
static const int CN_NORTH_1_HASH = Aws::Utils::HashingUtils::HashString("cn-north-1");
3030
static const int CN_NORTHWEST_1_HASH = Aws::Utils::HashingUtils::HashString("cn-northwest-1");
31-
31+
3232

3333
Aws::String ForRegion(const Aws::String& regionName, bool useDualStack)
3434
{
3535
auto hash = Aws::Utils::HashingUtils::HashString(regionName.c_str());
36-
36+
3737
Aws::StringStream ss;
3838
ss << "applicationinsights" << ".";
3939

@@ -43,12 +43,12 @@ namespace ApplicationInsightsEndpoint
4343
}
4444

4545
ss << regionName << ".amazonaws.com";
46-
46+
4747
if (hash == CN_NORTH_1_HASH || hash == CN_NORTHWEST_1_HASH)
4848
{
49-
ss << ".cn";
49+
ss << ".cn";
5050
}
51-
51+
5252
return ss.str();
5353
}
5454

0 commit comments

Comments
 (0)