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

Commit 9e0c8b0

Browse files
author
aws-sdk-cpp-automation
committed
Updates Amazon S3 API reference documentation.
In this release, AWS Server Migration Service (SMS) has added new features: 1. APIs to work with application and instance level validation 2. Import application catalog from AWS Application Discovery Service 3. For an application you can start on-demand replication Documentation updates for some new error reasons. AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs.
1 parent e009d9a commit 9e0c8b0

609 files changed

Lines changed: 10918 additions & 3502 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/include/aws/AWSMigrationHub/MigrationHubClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ namespace Model
176176

177177
virtual ~MigrationHubClient();
178178

179-
inline virtual const char* GetServiceClientName() const override { return "Migration Hub"; }
180-
181179

182180
/**
183181
* <p>Associates a created artifact of an AWS cloud resource, the target receiving

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ MigrationHubClient::~MigrationHubClient()
8787

8888
void MigrationHubClient::init(const ClientConfiguration& config)
8989
{
90+
SetServiceClientName("Migration Hub");
9091
m_configScheme = SchemeMapper::ToString(config.scheme);
9192
if (config.endpointOverride.empty())
9293
{

aws-cpp-sdk-accessanalyzer/include/aws/accessanalyzer/AccessAnalyzerClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ namespace Model
181181

182182
virtual ~AccessAnalyzerClient();
183183

184-
inline virtual const char* GetServiceClientName() const override { return "AccessAnalyzer"; }
185-
186184

187185
/**
188186
* <p>Creates an analyzer for your account.</p><p><h3>See Also:</h3> <a

aws-cpp-sdk-accessanalyzer/source/AccessAnalyzerClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ AccessAnalyzerClient::~AccessAnalyzerClient()
8888

8989
void AccessAnalyzerClient::init(const ClientConfiguration& config)
9090
{
91+
SetServiceClientName("AccessAnalyzer");
9192
m_configScheme = SchemeMapper::ToString(config.scheme);
9293
if (config.endpointOverride.empty())
9394
{

aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ namespace Model
189189

190190
virtual ~ACMPCAClient();
191191

192-
inline virtual const char* GetServiceClientName() const override { return "ACM PCA"; }
193-
194192

195193
/**
196194
* <p>Creates a root or subordinate private certificate authority (CA). You must

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ ACMPCAClient::~ACMPCAClient()
9090

9191
void ACMPCAClient::init(const ClientConfiguration& config)
9292
{
93+
SetServiceClientName("ACM PCA");
9394
m_configScheme = SchemeMapper::ToString(config.scheme);
9495
if (config.endpointOverride.empty())
9596
{

aws-cpp-sdk-acm/include/aws/acm/ACMClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ namespace Model
151151

152152
virtual ~ACMClient();
153153

154-
inline virtual const char* GetServiceClientName() const override { return "ACM"; }
155-
156154

157155
/**
158156
* <p>Adds one or more tags to an ACM certificate. Tags are labels that you can use

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ ACMClient::~ACMClient()
8383

8484
void ACMClient::init(const ClientConfiguration& config)
8585
{
86+
SetServiceClientName("ACM");
8687
m_configScheme = SchemeMapper::ToString(config.scheme);
8788
if (config.endpointOverride.empty())
8889
{

aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/AlexaForBusinessClient.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,6 @@ namespace Model
560560

561561
virtual ~AlexaForBusinessClient();
562562

563-
inline virtual const char* GetServiceClientName() const override { return "Alexa For Business"; }
564-
565563

566564
/**
567565
* <p>Associates a skill with the organization under the customer's AWS account. If

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ AlexaForBusinessClient::~AlexaForBusinessClient()
163163

164164
void AlexaForBusinessClient::init(const ClientConfiguration& config)
165165
{
166+
SetServiceClientName("Alexa For Business");
166167
m_configScheme = SchemeMapper::ToString(config.scheme);
167168
if (config.endpointOverride.empty())
168169
{

0 commit comments

Comments
 (0)