Skip to content

Commit 7030834

Browse files
author
aws-sdk-cpp-automation
committed
Added a new optional property DashboardVisual under ExperienceConfiguration parameter of GenerateEmbedUrlForAnonymousUser and GenerateEmbedUrlForRegisteredUser API operations. This supports embedding of specific visuals in QuickSight dashboards.
Adds support for CloudFront origin access control (OAC), making it possible to restrict public access to S3 bucket origins in all AWS Regions, those with SSE-KMS, and more. Documentation updates for AWS Transfer Family Documentation Change for IVS API Reference - Doc-only update to type field description for CreateChannel and UpdateChannel actions and for Channel data type. Also added Amazon Resource Names (ARNs) paragraph to Welcome section. AWS Config now supports ConformancePackTemplate documents in SSM Docs for the deployment and update of conformance packs. Documentation updates for AWS Identity and Access Management (IAM).
1 parent 7d36582 commit 7030834

File tree

90 files changed

+7453
-947
lines changed

Some content is hidden

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

90 files changed

+7453
-947
lines changed

aws-cpp-sdk-awstransfer/include/aws/awstransfer/TransferClient.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,15 @@ namespace Model
314314
* <p>Transfer Family is a fully managed service that enables the transfer of files
315315
* over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS),
316316
* or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of
317-
* Amazon Simple Storage Service (Amazon S3). Amazon Web Services helps you
318-
* seamlessly migrate your file transfer workflows to Transfer Family by
319-
* integrating with existing authentication systems, and providing DNS routing with
320-
* Amazon Route 53 so nothing changes for your customers and partners, or their
321-
* applications. With your data in Amazon S3, you can use it with Amazon Web
322-
* Services for processing, analytics, machine learning, and archiving. Getting
323-
* started with Transfer Family is easy since there is no infrastructure to buy and
324-
* set up.</p>
317+
* Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additionally, you can
318+
* use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3.
319+
* Amazon Web Services helps you seamlessly migrate your file transfer workflows to
320+
* Transfer Family by integrating with existing authentication systems, and
321+
* providing DNS routing with Amazon Route 53 so nothing changes for your customers
322+
* and partners, or their applications. With your data in Amazon S3, you can use it
323+
* with Amazon Web Services for processing, analytics, machine learning, and
324+
* archiving. Getting started with Transfer Family is easy since there is no
325+
* infrastructure to buy and set up.</p>
325326
*/
326327
class AWS_TRANSFER_API TransferClient : public Aws::Client::AWSJsonClient
327328
{

aws-cpp-sdk-awstransfer/include/aws/awstransfer/model/As2ConnectorConfig.h

Lines changed: 62 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -45,124 +45,132 @@ namespace Model
4545

4646

4747
/**
48-
* <p>A unique identifier for the AS2 process.</p>
48+
* <p>A unique identifier for the AS2 local profile.</p>
4949
*/
5050
inline const Aws::String& GetLocalProfileId() const{ return m_localProfileId; }
5151

5252
/**
53-
* <p>A unique identifier for the AS2 process.</p>
53+
* <p>A unique identifier for the AS2 local profile.</p>
5454
*/
5555
inline bool LocalProfileIdHasBeenSet() const { return m_localProfileIdHasBeenSet; }
5656

5757
/**
58-
* <p>A unique identifier for the AS2 process.</p>
58+
* <p>A unique identifier for the AS2 local profile.</p>
5959
*/
6060
inline void SetLocalProfileId(const Aws::String& value) { m_localProfileIdHasBeenSet = true; m_localProfileId = value; }
6161

6262
/**
63-
* <p>A unique identifier for the AS2 process.</p>
63+
* <p>A unique identifier for the AS2 local profile.</p>
6464
*/
6565
inline void SetLocalProfileId(Aws::String&& value) { m_localProfileIdHasBeenSet = true; m_localProfileId = std::move(value); }
6666

6767
/**
68-
* <p>A unique identifier for the AS2 process.</p>
68+
* <p>A unique identifier for the AS2 local profile.</p>
6969
*/
7070
inline void SetLocalProfileId(const char* value) { m_localProfileIdHasBeenSet = true; m_localProfileId.assign(value); }
7171

7272
/**
73-
* <p>A unique identifier for the AS2 process.</p>
73+
* <p>A unique identifier for the AS2 local profile.</p>
7474
*/
7575
inline As2ConnectorConfig& WithLocalProfileId(const Aws::String& value) { SetLocalProfileId(value); return *this;}
7676

7777
/**
78-
* <p>A unique identifier for the AS2 process.</p>
78+
* <p>A unique identifier for the AS2 local profile.</p>
7979
*/
8080
inline As2ConnectorConfig& WithLocalProfileId(Aws::String&& value) { SetLocalProfileId(std::move(value)); return *this;}
8181

8282
/**
83-
* <p>A unique identifier for the AS2 process.</p>
83+
* <p>A unique identifier for the AS2 local profile.</p>
8484
*/
8585
inline As2ConnectorConfig& WithLocalProfileId(const char* value) { SetLocalProfileId(value); return *this;}
8686

8787

8888
/**
89-
* <p>A unique identifier for the partner for the connector.</p>
89+
* <p>A unique identifier for the partner profile for the connector.</p>
9090
*/
9191
inline const Aws::String& GetPartnerProfileId() const{ return m_partnerProfileId; }
9292

9393
/**
94-
* <p>A unique identifier for the partner for the connector.</p>
94+
* <p>A unique identifier for the partner profile for the connector.</p>
9595
*/
9696
inline bool PartnerProfileIdHasBeenSet() const { return m_partnerProfileIdHasBeenSet; }
9797

9898
/**
99-
* <p>A unique identifier for the partner for the connector.</p>
99+
* <p>A unique identifier for the partner profile for the connector.</p>
100100
*/
101101
inline void SetPartnerProfileId(const Aws::String& value) { m_partnerProfileIdHasBeenSet = true; m_partnerProfileId = value; }
102102

103103
/**
104-
* <p>A unique identifier for the partner for the connector.</p>
104+
* <p>A unique identifier for the partner profile for the connector.</p>
105105
*/
106106
inline void SetPartnerProfileId(Aws::String&& value) { m_partnerProfileIdHasBeenSet = true; m_partnerProfileId = std::move(value); }
107107

108108
/**
109-
* <p>A unique identifier for the partner for the connector.</p>
109+
* <p>A unique identifier for the partner profile for the connector.</p>
110110
*/
111111
inline void SetPartnerProfileId(const char* value) { m_partnerProfileIdHasBeenSet = true; m_partnerProfileId.assign(value); }
112112

113113
/**
114-
* <p>A unique identifier for the partner for the connector.</p>
114+
* <p>A unique identifier for the partner profile for the connector.</p>
115115
*/
116116
inline As2ConnectorConfig& WithPartnerProfileId(const Aws::String& value) { SetPartnerProfileId(value); return *this;}
117117

118118
/**
119-
* <p>A unique identifier for the partner for the connector.</p>
119+
* <p>A unique identifier for the partner profile for the connector.</p>
120120
*/
121121
inline As2ConnectorConfig& WithPartnerProfileId(Aws::String&& value) { SetPartnerProfileId(std::move(value)); return *this;}
122122

123123
/**
124-
* <p>A unique identifier for the partner for the connector.</p>
124+
* <p>A unique identifier for the partner profile for the connector.</p>
125125
*/
126126
inline As2ConnectorConfig& WithPartnerProfileId(const char* value) { SetPartnerProfileId(value); return *this;}
127127

128128

129129
/**
130-
* <p>A short description to help identify the connector.</p>
130+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
131+
* are being sent with the connector.</p>
131132
*/
132133
inline const Aws::String& GetMessageSubject() const{ return m_messageSubject; }
133134

134135
/**
135-
* <p>A short description to help identify the connector.</p>
136+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
137+
* are being sent with the connector.</p>
136138
*/
137139
inline bool MessageSubjectHasBeenSet() const { return m_messageSubjectHasBeenSet; }
138140

139141
/**
140-
* <p>A short description to help identify the connector.</p>
142+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
143+
* are being sent with the connector.</p>
141144
*/
142145
inline void SetMessageSubject(const Aws::String& value) { m_messageSubjectHasBeenSet = true; m_messageSubject = value; }
143146

144147
/**
145-
* <p>A short description to help identify the connector.</p>
148+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
149+
* are being sent with the connector.</p>
146150
*/
147151
inline void SetMessageSubject(Aws::String&& value) { m_messageSubjectHasBeenSet = true; m_messageSubject = std::move(value); }
148152

149153
/**
150-
* <p>A short description to help identify the connector.</p>
154+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
155+
* are being sent with the connector.</p>
151156
*/
152157
inline void SetMessageSubject(const char* value) { m_messageSubjectHasBeenSet = true; m_messageSubject.assign(value); }
153158

154159
/**
155-
* <p>A short description to help identify the connector.</p>
160+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
161+
* are being sent with the connector.</p>
156162
*/
157163
inline As2ConnectorConfig& WithMessageSubject(const Aws::String& value) { SetMessageSubject(value); return *this;}
158164

159165
/**
160-
* <p>A short description to help identify the connector.</p>
166+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
167+
* are being sent with the connector.</p>
161168
*/
162169
inline As2ConnectorConfig& WithMessageSubject(Aws::String&& value) { SetMessageSubject(std::move(value)); return *this;}
163170

164171
/**
165-
* <p>A short description to help identify the connector.</p>
172+
* <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
173+
* are being sent with the connector.</p>
166174
*/
167175
inline As2ConnectorConfig& WithMessageSubject(const char* value) { SetMessageSubject(value); return *this;}
168176

@@ -230,69 +238,81 @@ namespace Model
230238

231239

232240
/**
233-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
234-
* profile.</p>
241+
* <p>The algorithm that is used to sign the AS2 messages sent with the
242+
* connector.</p>
235243
*/
236244
inline const SigningAlg& GetSigningAlgorithm() const{ return m_signingAlgorithm; }
237245

238246
/**
239-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
240-
* profile.</p>
247+
* <p>The algorithm that is used to sign the AS2 messages sent with the
248+
* connector.</p>
241249
*/
242250
inline bool SigningAlgorithmHasBeenSet() const { return m_signingAlgorithmHasBeenSet; }
243251

244252
/**
245-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
246-
* profile.</p>
253+
* <p>The algorithm that is used to sign the AS2 messages sent with the
254+
* connector.</p>
247255
*/
248256
inline void SetSigningAlgorithm(const SigningAlg& value) { m_signingAlgorithmHasBeenSet = true; m_signingAlgorithm = value; }
249257

250258
/**
251-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
252-
* profile.</p>
259+
* <p>The algorithm that is used to sign the AS2 messages sent with the
260+
* connector.</p>
253261
*/
254262
inline void SetSigningAlgorithm(SigningAlg&& value) { m_signingAlgorithmHasBeenSet = true; m_signingAlgorithm = std::move(value); }
255263

256264
/**
257-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
258-
* profile.</p>
265+
* <p>The algorithm that is used to sign the AS2 messages sent with the
266+
* connector.</p>
259267
*/
260268
inline As2ConnectorConfig& WithSigningAlgorithm(const SigningAlg& value) { SetSigningAlgorithm(value); return *this;}
261269

262270
/**
263-
* <p>The algorithm that is used to sign the AS2 transfers for this partner
264-
* profile.</p>
271+
* <p>The algorithm that is used to sign the AS2 messages sent with the
272+
* connector.</p>
265273
*/
266274
inline As2ConnectorConfig& WithSigningAlgorithm(SigningAlg&& value) { SetSigningAlgorithm(std::move(value)); return *this;}
267275

268276

269277
/**
270-
* <p>The signing algorithm for the MDN response.</p>
278+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
279+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
280+
*
271281
*/
272282
inline const MdnSigningAlg& GetMdnSigningAlgorithm() const{ return m_mdnSigningAlgorithm; }
273283

274284
/**
275-
* <p>The signing algorithm for the MDN response.</p>
285+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
286+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
287+
*
276288
*/
277289
inline bool MdnSigningAlgorithmHasBeenSet() const { return m_mdnSigningAlgorithmHasBeenSet; }
278290

279291
/**
280-
* <p>The signing algorithm for the MDN response.</p>
292+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
293+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
294+
*
281295
*/
282296
inline void SetMdnSigningAlgorithm(const MdnSigningAlg& value) { m_mdnSigningAlgorithmHasBeenSet = true; m_mdnSigningAlgorithm = value; }
283297

284298
/**
285-
* <p>The signing algorithm for the MDN response.</p>
299+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
300+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
301+
*
286302
*/
287303
inline void SetMdnSigningAlgorithm(MdnSigningAlg&& value) { m_mdnSigningAlgorithmHasBeenSet = true; m_mdnSigningAlgorithm = std::move(value); }
288304

289305
/**
290-
* <p>The signing algorithm for the MDN response.</p>
306+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
307+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
308+
*
291309
*/
292310
inline As2ConnectorConfig& WithMdnSigningAlgorithm(const MdnSigningAlg& value) { SetMdnSigningAlgorithm(value); return *this;}
293311

294312
/**
295-
* <p>The signing algorithm for the MDN response.</p>
313+
* <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
314+
* (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
315+
*
296316
*/
297317
inline As2ConnectorConfig& WithMdnSigningAlgorithm(MdnSigningAlg&& value) { SetMdnSigningAlgorithm(std::move(value)); return *this;}
298318

0 commit comments

Comments
 (0)