Skip to content

Commit 2761e39

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 1e826ff commit 2761e39

File tree

7 files changed

+63
-15
lines changed

7 files changed

+63
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
7+
8+
* Feature - Aws::SavingsPlans - Updated the API for AWS Savings Plans.
9+
410
2.11.562 (2020-08-07)
511
------------------
612

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21181,9 +21181,7 @@
2118121181
"SubnetId":{
2118221182
"shape":"SubnetId",
2118321183
"locationName":"subnetId"
21184-
},
21185-
"MapCustomerOwnedIpOnLaunch":{"shape":"AttributeBooleanValue"},
21186-
"CustomerOwnedIpv4Pool":{"shape":"CoipPoolId"}
21184+
}
2118721185
}
2118821186
},
2118921187
"ModifyTrafficMirrorFilterNetworkServicesRequest":{

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@
883883
"ModifyNetworkInterfaceAttributeRequest$SourceDestCheck": "<p>Indicates whether source/destination checking is enabled. A value of <code>true</code> means checking is enabled, and <code>false</code> means checking is disabled. This value must be <code>false</code> for a NAT instance to perform NAT. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html\">NAT Instances</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>",
884884
"ModifySubnetAttributeRequest$AssignIpv6AddressOnCreation": "<p>Specify <code>true</code> to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address). </p> <p>If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version <code>2016-11-15</code> or later of the Amazon EC2 API.</p>",
885885
"ModifySubnetAttributeRequest$MapPublicIpOnLaunch": "<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.</p>",
886-
"ModifySubnetAttributeRequest$MapCustomerOwnedIpOnLaunch": "<p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.</p> <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>",
887886
"ModifyVolumeAttributeRequest$AutoEnableIO": "<p>Indicates whether the volume should be auto-enabled for I/O operations.</p>",
888887
"ModifyVpcAttributeRequest$EnableDnsHostnames": "<p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p> <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>",
889888
"ModifyVpcAttributeRequest$EnableDnsSupport": "<p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range \"plus two\" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.</p> <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>"
@@ -2324,7 +2323,6 @@
23242323
"CoipPool$PoolId": "<p>The ID of the address pool.</p>",
23252324
"CoipPoolIdSet$member": null,
23262325
"GetCoipPoolUsageRequest$PoolId": "<p>The ID of the address pool.</p>",
2327-
"ModifySubnetAttributeRequest$CustomerOwnedIpv4Pool": "<p>The customer-owned IPv4 address pool associated with the subnet.</p> <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>",
23282326
"Subnet$CustomerOwnedIpv4Pool": "<p>The customer-owned IPv4 address pool associated with the subnet.</p>"
23292327
}
23302328
},

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3245,7 +3245,8 @@
32453245
"Name":{"shape":"NameString"},
32463246
"Description":{"shape":"GenericString"},
32473247
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
3248-
"Tags":{"shape":"TagsMap"}
3248+
"Tags":{"shape":"TagsMap"},
3249+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
32493250
}
32503251
},
32513252
"CreateWorkflowResponse":{
@@ -6757,7 +6758,8 @@
67576758
"members":{
67586759
"Name":{"shape":"NameString"},
67596760
"Description":{"shape":"GenericString"},
6760-
"DefaultRunProperties":{"shape":"WorkflowRunProperties"}
6761+
"DefaultRunProperties":{"shape":"WorkflowRunProperties"},
6762+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
67616763
}
67626764
},
67636765
"UpdateWorkflowResponse":{
@@ -6853,7 +6855,8 @@
68536855
"CreatedOn":{"shape":"TimestampValue"},
68546856
"LastModifiedOn":{"shape":"TimestampValue"},
68556857
"LastRun":{"shape":"WorkflowRun"},
6856-
"Graph":{"shape":"WorkflowGraph"}
6858+
"Graph":{"shape":"WorkflowGraph"},
6859+
"MaxConcurrentRuns":{"shape":"NullableInteger"}
68576860
}
68586861
},
68596862
"WorkflowGraph":{
@@ -6879,6 +6882,7 @@
68796882
"StartedOn":{"shape":"TimestampValue"},
68806883
"CompletedOn":{"shape":"TimestampValue"},
68816884
"Status":{"shape":"WorkflowRunStatus"},
6885+
"ErrorMessage":{"shape":"ErrorString"},
68826886
"Statistics":{"shape":"WorkflowRunStatistics"},
68836887
"Graph":{"shape":"WorkflowGraph"}
68846888
}
@@ -6905,7 +6909,8 @@
69056909
"RUNNING",
69066910
"COMPLETED",
69076911
"STOPPING",
6908-
"STOPPED"
6912+
"STOPPED",
6913+
"ERROR"
69096914
]
69106915
},
69116916
"WorkflowRuns":{

aws-sdk-core/apis/glue/2017-03-31/docs-2.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"PutResourcePolicy": "<p>Sets the Data Catalog resource policy for access control.</p>",
104104
"PutWorkflowRunProperties": "<p>Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.</p>",
105105
"ResetJobBookmark": "<p>Resets a bookmark entry.</p>",
106-
"ResumeWorkflowRun": "<p>Restarts any completed nodes in a workflow run and resumes the run execution.</p>",
106+
"ResumeWorkflowRun": "<p>Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.</p>",
107107
"SearchTables": "<p>Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. </p> <p>You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search. </p>",
108108
"StartCrawler": "<p>Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a <a href=\"https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-exceptions.html#aws-glue-api-exceptions-CrawlerRunningException\">CrawlerRunningException</a>.</p>",
109109
"StartCrawlerSchedule": "<p>Changes the schedule state of the specified crawler to <code>SCHEDULED</code>, unless the crawler is already running or the schedule state is already <code>SCHEDULED</code>.</p>",
@@ -1545,7 +1545,8 @@
15451545
"ErrorString": {
15461546
"base": null,
15471547
"refs": {
1548-
"JobRun$ErrorMessage": "<p>An error message associated with this job run.</p>"
1548+
"JobRun$ErrorMessage": "<p>An error message associated with this job run.</p>",
1549+
"WorkflowRun$ErrorMessage": "<p>This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is \"Concurrent runs exceeded for workflow: <code>foo</code>.\"</p>"
15491550
}
15501551
},
15511552
"EvaluationMetrics": {
@@ -2508,8 +2509,8 @@
25082509
"JobRunState": {
25092510
"base": null,
25102511
"refs": {
2511-
"Condition$State": "<p>The condition state. Currently, the values supported are <code>SUCCEEDED</code>, <code>STOPPED</code>, <code>TIMEOUT</code>, and <code>FAILED</code>.</p>",
2512-
"JobRun$JobRunState": "<p>The current state of the job run.</p>"
2512+
"Condition$State": "<p>The condition state. Currently, the only job states that a trigger can listen for are <code>SUCCEEDED</code>, <code>STOPPED</code>, <code>FAILED</code>, and <code>TIMEOUT</code>. The only crawler states that a trigger can listen for are <code>SUCCEEDED</code>, <code>FAILED</code>, and <code>CANCELLED</code>.</p>",
2513+
"JobRun$JobRunState": "<p>The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/job-run-statuses.html\">AWS Glue Job Run Statuses</a>.</p>"
25132514
}
25142515
},
25152516
"JobUpdate": {
@@ -3047,7 +3048,7 @@
30473048
"NodeIdList": {
30483049
"base": null,
30493050
"refs": {
3050-
"ResumeWorkflowRunRequest$NodeIds": "<p>A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have an execution attempt in the original run.</p>",
3051+
"ResumeWorkflowRunRequest$NodeIds": "<p>A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.</p>",
30513052
"ResumeWorkflowRunResponse$NodeIds": "<p>A list of the node IDs for the nodes that were actually restarted.</p>"
30523053
}
30533054
},
@@ -3162,6 +3163,7 @@
31623163
"CreateJobRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>",
31633164
"CreateMLTransformRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p> <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p>",
31643165
"CreateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>",
3166+
"CreateWorkflowRequest$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>",
31653167
"DevEndpoint$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>",
31663168
"GetMLTransformResponse$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>",
31673169
"GetMLTransformResponse$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>",
@@ -3172,7 +3174,9 @@
31723174
"MLTransform$MaxRetries": "<p>The maximum number of times to retry after an <code>MLTaskRun</code> of the machine learning transform fails.</p>",
31733175
"StartJobRunRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when a job runs.</p> <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>",
31743176
"UpdateMLTransformRequest$NumberOfWorkers": "<p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>",
3175-
"UpdateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>"
3177+
"UpdateMLTransformRequest$MaxRetries": "<p>The maximum number of times to retry a task for this transform after a task run fails.</p>",
3178+
"UpdateWorkflowRequest$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>",
3179+
"Workflow$MaxConcurrentRuns": "<p>You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.</p>"
31763180
}
31773181
},
31783182
"OperationTimeoutException": {

aws-sdk-core/apis/savingsplans/2019-06-28/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@
596596
"enum":[
597597
"AmazonEC2",
598598
"AmazonECS",
599+
"AmazonEKS",
599600
"AWSLambda"
600601
]
601602
},

aws-sdk-core/endpoints.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,30 @@
349349
},
350350
"hostname" : "api.ecr.eu-west-3.amazonaws.com"
351351
},
352+
"fips-dkr-us-east-1" : {
353+
"credentialScope" : {
354+
"region" : "us-east-1"
355+
},
356+
"hostname" : "ecr-fips.us-east-1.amazonaws.com"
357+
},
358+
"fips-dkr-us-east-2" : {
359+
"credentialScope" : {
360+
"region" : "us-east-2"
361+
},
362+
"hostname" : "ecr-fips.us-east-2.amazonaws.com"
363+
},
364+
"fips-dkr-us-west-1" : {
365+
"credentialScope" : {
366+
"region" : "us-west-1"
367+
},
368+
"hostname" : "ecr-fips.us-west-1.amazonaws.com"
369+
},
370+
"fips-dkr-us-west-2" : {
371+
"credentialScope" : {
372+
"region" : "us-west-2"
373+
},
374+
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
375+
},
352376
"fips-us-east-1" : {
353377
"credentialScope" : {
354378
"region" : "us-east-1"
@@ -6926,6 +6950,18 @@
69266950
},
69276951
"api.ecr" : {
69286952
"endpoints" : {
6953+
"fips-dkr-us-gov-east-1" : {
6954+
"credentialScope" : {
6955+
"region" : "us-gov-east-1"
6956+
},
6957+
"hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
6958+
},
6959+
"fips-dkr-us-gov-west-1" : {
6960+
"credentialScope" : {
6961+
"region" : "us-gov-west-1"
6962+
},
6963+
"hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
6964+
},
69296965
"fips-us-gov-east-1" : {
69306966
"credentialScope" : {
69316967
"region" : "us-gov-east-1"

0 commit comments

Comments
 (0)