Skip to content

Commit 874da8a

Browse files
EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".
This documentation-only update corrects some typos. Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.
1 parent 5b77800 commit 874da8a

40 files changed

+1241
-961
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.508
1+
1.11.509

generated/src/aws-cpp-sdk-batch/include/aws/batch/BatchClient.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -685,10 +685,10 @@ namespace Batch
685685
* <code>vcpus</code> parameters. Rather, you must specify updates to job
686686
* definition parameters in a <code>resourceRequirements</code> object that's
687687
* included in the <code>containerOverrides</code> parameter.</p> <p>Job
688-
* queues with a scheduling policy are limited to 500 active fair share identifiers
689-
* at a time. </p> <p>Jobs that run on Fargate resources can't
690-
* be guaranteed to run for more than 14 days. This is because, after 14 days,
691-
* Fargate resources might become unavailable and job might be terminated.</p>
688+
* queues with a scheduling policy are limited to 500 active share identifiers at a
689+
* time. </p> <p>Jobs that run on Fargate resources can't be
690+
* guaranteed to run for more than 14 days. This is because, after 14 days, Fargate
691+
* resources might become unavailable and job might be terminated.</p>
692692
* <p><h3>See Also:</h3> <a
693693
* href="http://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/SubmitJob">AWS API
694694
* Reference</a></p>

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/CreateComputeEnvironmentRequest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ namespace Model
106106
///@{
107107
/**
108108
* <p>The maximum number of vCPUs for an unmanaged compute environment. This
109-
* parameter is only used for fair share scheduling to reserve vCPU capacity for
110-
* new share identifiers. If this parameter isn't provided for a fair share job
109+
* parameter is only used for fair-share scheduling to reserve vCPU capacity for
110+
* new share identifiers. If this parameter isn't provided for a fair-share job
111111
* queue, no vCPU capacity is reserved.</p> <p>This parameter is only
112112
* supported when the <code>type</code> parameter is set to
113113
* <code>UNMANAGED</code>.</p>

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/CreateJobQueueRequest.h

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,18 @@ namespace Model
7272

7373
///@{
7474
/**
75-
* <p>The Amazon Resource Name (ARN) of the fair share scheduling policy. Job
76-
* queues that don't have a scheduling policy are scheduled in a first-in,
77-
* first-out (FIFO) model. After a job queue has a scheduling policy, it can be
78-
* replaced but can't be removed.</p> <p>The format is
75+
* <p>The Amazon Resource Name (ARN) of the fair-share scheduling policy. Job
76+
* queues that don't have a fair-share scheduling policy are scheduled in a
77+
* first-in, first-out (FIFO) model. After a job queue has a fair-share scheduling
78+
* policy, it can be replaced but can't be removed.</p> <p>The format is
7979
* <code>aws:<i>Partition</i>:batch:<i>Region</i>:<i>Account</i>:scheduling-policy/<i>Name</i>
8080
* </code>.</p> <p>An example is
8181
* <code>aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy</code>.</p>
82-
* <p>A job queue without a scheduling policy is scheduled as a FIFO job queue and
83-
* can't have a scheduling policy added. Jobs queues with a scheduling policy can
84-
* have a maximum of 500 active fair share identifiers. When the limit has been
85-
* reached, submissions of any jobs that add a new fair share identifier fail.</p>
82+
* <p>A job queue without a fair-share scheduling policy is scheduled as a FIFO job
83+
* queue and can't have a fair-share scheduling policy added. Jobs queues with a
84+
* fair-share scheduling policy can have a maximum of 500 active share identifiers.
85+
* When the limit has been reached, submissions of any jobs that add a new share
86+
* identifier fail.</p>
8687
*/
8788
inline const Aws::String& GetSchedulingPolicyArn() const{ return m_schedulingPolicyArn; }
8889
inline bool SchedulingPolicyArnHasBeenSet() const { return m_schedulingPolicyArnHasBeenSet; }

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/CreateSchedulingPolicyRequest.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ namespace Model
4040

4141
///@{
4242
/**
43-
* <p>The name of the scheduling policy. It can be up to 128 letters long. It can
44-
* contain uppercase and lowercase letters, numbers, hyphens (-), and underscores
45-
* (_).</p>
43+
* <p>The name of the fair-share scheduling policy. It can be up to 128 letters
44+
* long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and
45+
* underscores (_).</p>
4646
*/
4747
inline const Aws::String& GetName() const{ return m_name; }
4848
inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
@@ -56,7 +56,7 @@ namespace Model
5656

5757
///@{
5858
/**
59-
* <p>The fair share policy of the scheduling policy.</p>
59+
* <p>The fair-share scheduling policy details.</p>
6060
*/
6161
inline const FairsharePolicy& GetFairsharePolicy() const{ return m_fairsharePolicy; }
6262
inline bool FairsharePolicyHasBeenSet() const { return m_fairsharePolicyHasBeenSet; }

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/EksPodPropertiesOverride.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace Model
5757
///@{
5858
/**
5959
* <p>The overrides for the <code>initContainers</code> defined in the Amazon EKS
60-
* pod. These containers run before application containers, always runs to
60+
* pod. These containers run before application containers, always run to
6161
* completion, and must complete successfully before the next container starts.
6262
* These containers are registered with the Amazon EKS Connector agent and persists
6363
* the registration information in the Kubernetes backend data store. For more

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/FairsharePolicy.h

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Model
2525
{
2626

2727
/**
28-
* <p>The fair share policy for a scheduling policy.</p><p><h3>See Also:</h3> <a
28+
* <p>The fair-share scheduling policy details.</p><p><h3>See Also:</h3> <a
2929
* href="http://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/FairsharePolicy">AWS
3030
* API Reference</a></p>
3131
*/
@@ -40,8 +40,8 @@ namespace Model
4040

4141
///@{
4242
/**
43-
* <p>The amount of time (in seconds) to use to calculate a fair share percentage
44-
* for each fair share identifier in use. A value of zero (0) indicates the default
43+
* <p>The amount of time (in seconds) to use to calculate a fair-share percentage
44+
* for each share identifier in use. A value of zero (0) indicates the default
4545
* minimum time window (600 seconds). The maximum supported value is 604800 (1
4646
* week).</p> <p>The decay allows for more recently run jobs to have more weight
4747
* than jobs that ran earlier. Consider adjusting this number if you have jobs that
@@ -57,19 +57,18 @@ namespace Model
5757

5858
///@{
5959
/**
60-
* <p>A value used to reserve some of the available maximum vCPU for fair share
60+
* <p>A value used to reserve some of the available maximum vCPU for share
6161
* identifiers that aren't already used.</p> <p>The reserved ratio is
6262
* <code>(<i>computeReservation</i>/100)^<i>ActiveFairShares</i> </code> where
63-
* <code> <i>ActiveFairShares</i> </code> is the number of active fair share
63+
* <code> <i>ActiveFairShares</i> </code> is the number of active share
6464
* identifiers.</p> <p>For example, a <code>computeReservation</code> value of 50
6565
* indicates that Batch reserves 50% of the maximum available vCPU if there's only
66-
* one fair share identifier. It reserves 25% if there are two fair share
67-
* identifiers. It reserves 12.5% if there are three fair share identifiers. A
66+
* one share identifier. It reserves 25% if there are two share identifiers. It
67+
* reserves 12.5% if there are three share identifiers. A
6868
* <code>computeReservation</code> value of 25 indicates that Batch should reserve
69-
* 25% of the maximum available vCPU if there's only one fair share identifier,
70-
* 6.25% if there are two fair share identifiers, and 1.56% if there are three fair
71-
* share identifiers.</p> <p>The minimum value is 0 and the maximum value is
72-
* 99.</p>
69+
* 25% of the maximum available vCPU if there's only one share identifier, 6.25% if
70+
* there are two fair share identifiers, and 1.56% if there are three share
71+
* identifiers.</p> <p>The minimum value is 0 and the maximum value is 99.</p>
7372
*/
7473
inline int GetComputeReservation() const{ return m_computeReservation; }
7574
inline bool ComputeReservationHasBeenSet() const { return m_computeReservationHasBeenSet; }
@@ -80,8 +79,8 @@ namespace Model
8079
///@{
8180
/**
8281
* <p>An array of <code>SharedIdentifier</code> objects that contain the weights
83-
* for the fair share identifiers for the fair share policy. Fair share identifiers
84-
* that aren't included have a default weight of <code>1.0</code>.</p>
82+
* for the share identifiers for the fair-share policy. Share identifiers that
83+
* aren't included have a default weight of <code>1.0</code>.</p>
8584
*/
8685
inline const Aws::Vector<ShareAttributes>& GetShareDistribution() const{ return m_shareDistribution; }
8786
inline bool ShareDistributionHasBeenSet() const { return m_shareDistributionHasBeenSet; }

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/FrontOfQueueDetail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Model
4343
/**
4444
* <p>The Amazon Resource Names (ARNs) of the first 100 <code>RUNNABLE</code> jobs
4545
* in a named job queue. For first-in-first-out (FIFO) job queues, jobs are ordered
46-
* based on their submission time. For fair share scheduling (FSS) job queues, jobs
46+
* based on their submission time. For fair-share scheduling (FSS) job queues, jobs
4747
* are ordered based on their job priority and share usage.</p>
4848
*/
4949
inline const Aws::Vector<FrontOfQueueJobSummary>& GetJobs() const{ return m_jobs; }

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/GetJobQueueSnapshotResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Model
3737
/**
3838
* <p>The list of the first 100 <code>RUNNABLE</code> jobs in each job queue. For
3939
* first-in-first-out (FIFO) job queues, jobs are ordered based on their submission
40-
* time. For fair share scheduling (FSS) job queues, jobs are ordered based on
40+
* time. For fair-share scheduling (FSS) job queues, jobs are ordered based on
4141
* their job priority and share usage.</p>
4242
*/
4343
inline const FrontOfQueueDetail& GetFrontOfQueue() const{ return m_frontOfQueue; }

generated/src/aws-cpp-sdk-batch/include/aws/batch/model/JobDefinition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace Model
122122
///@{
123123
/**
124124
* <p>The scheduling priority of the job definition. This only affects jobs in job
125-
* queues with a fair share policy. Jobs with a higher scheduling priority are
125+
* queues with a fair-share policy. Jobs with a higher scheduling priority are
126126
* scheduled before jobs with a lower scheduling priority.</p>
127127
*/
128128
inline int GetSchedulingPriority() const{ return m_schedulingPriority; }

0 commit comments

Comments
 (0)