Skip to content

Commit 4b408dc

Browse files
author
aws-sdk-cpp-automation
committed
Amazon Transcribe now supports WebM, OGG, AMR and AMR-WB as input formats. You can also specify an output key as a location within your S3 buckets to store the output of your transcription jobs.
Amazon EKS now supports configuring your cluster's service CIDR during cluster creation. AWS Synthetics now supports AWS X-Ray Active Tracing feature. RunConfig is now an optional parameter with timeout updated from (60 - 900 seconds) to (3 - 840 seconds). Introducing Queued SavingsPlans that will enable customers to queue their purchase request of Savings Plans for future dates. AWS Textract now supports output results for asynchronous jobs to customer specified s3 bucket. Allow Oauth Token in CreateApp call to be a maximum of 1000 characters instead of 100
1 parent 88c0418 commit 4b408dc

File tree

59 files changed

+2195
-323
lines changed

Some content is hidden

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

59 files changed

+2195
-323
lines changed

aws-cpp-sdk-amplify/include/aws/amplify/model/CustomRule.h

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,42 +120,90 @@ namespace Model
120120

121121

122122
/**
123-
* <p> The status code for a URL rewrite or redirect rule. </p>
123+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
124+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
125+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
126+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
127+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
128+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
129+
* rule.</p> </dd> </dl>
124130
*/
125131
inline const Aws::String& GetStatus() const{ return m_status; }
126132

127133
/**
128-
* <p> The status code for a URL rewrite or redirect rule. </p>
134+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
135+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
136+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
137+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
138+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
139+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
140+
* rule.</p> </dd> </dl>
129141
*/
130142
inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
131143

132144
/**
133-
* <p> The status code for a URL rewrite or redirect rule. </p>
145+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
146+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
147+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
148+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
149+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
150+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
151+
* rule.</p> </dd> </dl>
134152
*/
135153
inline void SetStatus(const Aws::String& value) { m_statusHasBeenSet = true; m_status = value; }
136154

137155
/**
138-
* <p> The status code for a URL rewrite or redirect rule. </p>
156+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
157+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
158+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
159+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
160+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
161+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
162+
* rule.</p> </dd> </dl>
139163
*/
140164
inline void SetStatus(Aws::String&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
141165

142166
/**
143-
* <p> The status code for a URL rewrite or redirect rule. </p>
167+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
168+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
169+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
170+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
171+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
172+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
173+
* rule.</p> </dd> </dl>
144174
*/
145175
inline void SetStatus(const char* value) { m_statusHasBeenSet = true; m_status.assign(value); }
146176

147177
/**
148-
* <p> The status code for a URL rewrite or redirect rule. </p>
178+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
179+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
180+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
181+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
182+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
183+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
184+
* rule.</p> </dd> </dl>
149185
*/
150186
inline CustomRule& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
151187

152188
/**
153-
* <p> The status code for a URL rewrite or redirect rule. </p>
189+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
190+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
191+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
192+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
193+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
194+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
195+
* rule.</p> </dd> </dl>
154196
*/
155197
inline CustomRule& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
156198

157199
/**
158-
* <p> The status code for a URL rewrite or redirect rule. </p>
200+
* <p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt>
201+
* <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents
202+
* a 301 (moved pemanently) redirect rule. This and all future requests should be
203+
* directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302
204+
* temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404
205+
* redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite
206+
* rule.</p> </dd> </dl>
159207
*/
160208
inline CustomRule& WithStatus(const char* value) { SetStatus(value); return *this;}
161209

aws-cpp-sdk-core/include/aws/core/VersionConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
55

6-
#define AWS_SDK_VERSION_STRING "1.8.54"
6+
#define AWS_SDK_VERSION_STRING "1.8.55"

aws-cpp-sdk-eks/include/aws/eks/model/Cluster.h

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <aws/core/utils/memory/stl/AWSString.h>
99
#include <aws/core/utils/DateTime.h>
1010
#include <aws/eks/model/VpcConfigResponse.h>
11+
#include <aws/eks/model/KubernetesNetworkConfigResponse.h>
1112
#include <aws/eks/model/Logging.h>
1213
#include <aws/eks/model/Identity.h>
1314
#include <aws/eks/model/ClusterStatus.h>
@@ -365,6 +366,37 @@ namespace Model
365366
inline Cluster& WithResourcesVpcConfig(VpcConfigResponse&& value) { SetResourcesVpcConfig(std::move(value)); return *this;}
366367

367368

369+
/**
370+
* <p>Network configuration settings for your cluster.</p>
371+
*/
372+
inline const KubernetesNetworkConfigResponse& GetKubernetesNetworkConfig() const{ return m_kubernetesNetworkConfig; }
373+
374+
/**
375+
* <p>Network configuration settings for your cluster.</p>
376+
*/
377+
inline bool KubernetesNetworkConfigHasBeenSet() const { return m_kubernetesNetworkConfigHasBeenSet; }
378+
379+
/**
380+
* <p>Network configuration settings for your cluster.</p>
381+
*/
382+
inline void SetKubernetesNetworkConfig(const KubernetesNetworkConfigResponse& value) { m_kubernetesNetworkConfigHasBeenSet = true; m_kubernetesNetworkConfig = value; }
383+
384+
/**
385+
* <p>Network configuration settings for your cluster.</p>
386+
*/
387+
inline void SetKubernetesNetworkConfig(KubernetesNetworkConfigResponse&& value) { m_kubernetesNetworkConfigHasBeenSet = true; m_kubernetesNetworkConfig = std::move(value); }
388+
389+
/**
390+
* <p>Network configuration settings for your cluster.</p>
391+
*/
392+
inline Cluster& WithKubernetesNetworkConfig(const KubernetesNetworkConfigResponse& value) { SetKubernetesNetworkConfig(value); return *this;}
393+
394+
/**
395+
* <p>Network configuration settings for your cluster.</p>
396+
*/
397+
inline Cluster& WithKubernetesNetworkConfig(KubernetesNetworkConfigResponse&& value) { SetKubernetesNetworkConfig(std::move(value)); return *this;}
398+
399+
368400
/**
369401
* <p>The logging configuration for your cluster.</p>
370402
*/
@@ -763,6 +795,9 @@ namespace Model
763795
VpcConfigResponse m_resourcesVpcConfig;
764796
bool m_resourcesVpcConfigHasBeenSet;
765797

798+
KubernetesNetworkConfigResponse m_kubernetesNetworkConfig;
799+
bool m_kubernetesNetworkConfigHasBeenSet;
800+
766801
Logging m_logging;
767802
bool m_loggingHasBeenSet;
768803

aws-cpp-sdk-eks/include/aws/eks/model/CreateClusterRequest.h

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <aws/eks/EKSRequest.h>
99
#include <aws/core/utils/memory/stl/AWSString.h>
1010
#include <aws/eks/model/VpcConfigRequest.h>
11+
#include <aws/eks/model/KubernetesNetworkConfigRequest.h>
1112
#include <aws/eks/model/Logging.h>
1213
#include <aws/core/utils/memory/stl/AWSMap.h>
1314
#include <aws/core/utils/memory/stl/AWSVector.h>
@@ -286,6 +287,37 @@ namespace Model
286287
inline CreateClusterRequest& WithResourcesVpcConfig(VpcConfigRequest&& value) { SetResourcesVpcConfig(std::move(value)); return *this;}
287288

288289

290+
/**
291+
* <p>The Kubernetes network configuration for the cluster.</p>
292+
*/
293+
inline const KubernetesNetworkConfigRequest& GetKubernetesNetworkConfig() const{ return m_kubernetesNetworkConfig; }
294+
295+
/**
296+
* <p>The Kubernetes network configuration for the cluster.</p>
297+
*/
298+
inline bool KubernetesNetworkConfigHasBeenSet() const { return m_kubernetesNetworkConfigHasBeenSet; }
299+
300+
/**
301+
* <p>The Kubernetes network configuration for the cluster.</p>
302+
*/
303+
inline void SetKubernetesNetworkConfig(const KubernetesNetworkConfigRequest& value) { m_kubernetesNetworkConfigHasBeenSet = true; m_kubernetesNetworkConfig = value; }
304+
305+
/**
306+
* <p>The Kubernetes network configuration for the cluster.</p>
307+
*/
308+
inline void SetKubernetesNetworkConfig(KubernetesNetworkConfigRequest&& value) { m_kubernetesNetworkConfigHasBeenSet = true; m_kubernetesNetworkConfig = std::move(value); }
309+
310+
/**
311+
* <p>The Kubernetes network configuration for the cluster.</p>
312+
*/
313+
inline CreateClusterRequest& WithKubernetesNetworkConfig(const KubernetesNetworkConfigRequest& value) { SetKubernetesNetworkConfig(value); return *this;}
314+
315+
/**
316+
* <p>The Kubernetes network configuration for the cluster.</p>
317+
*/
318+
inline CreateClusterRequest& WithKubernetesNetworkConfig(KubernetesNetworkConfigRequest&& value) { SetKubernetesNetworkConfig(std::move(value)); return *this;}
319+
320+
289321
/**
290322
* <p>Enable or disable exporting the Kubernetes control plane logs for your
291323
* cluster to CloudWatch Logs. By default, cluster control plane logs aren't
@@ -560,6 +592,9 @@ namespace Model
560592
VpcConfigRequest m_resourcesVpcConfig;
561593
bool m_resourcesVpcConfigHasBeenSet;
562594

595+
KubernetesNetworkConfigRequest m_kubernetesNetworkConfig;
596+
bool m_kubernetesNetworkConfigHasBeenSet;
597+
563598
Logging m_logging;
564599
bool m_loggingHasBeenSet;
565600

0 commit comments

Comments
 (0)