Skip to content

Commit 1ac7be3

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent e76d6be commit 1ac7be3

File tree

8 files changed

+172
-47
lines changed

8 files changed

+172
-47
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CodePipeline - Updated the API, and documentation for AWS CodePipeline.
5+
6+
* Feature - Aws::ApplicationDiscoveryService - Updated the documentation for AWS Application Discovery Service.
7+
8+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
9+
10+
* Feature - Aws::IoTEvents - Updated the documentation for AWS IoT Events.
11+
12+
* Feature - Aws::MarketplaceCommerceAnalytics - Updated the documentation for AWS Marketplace Commerce Analytics.
13+
414
2.11.433 (2020-01-20)
515
------------------
616

aws-sdk-core/apis/codepipeline/2015-07-09/api-2.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,21 @@
481481
{"shape":"PipelineNotFoundException"}
482482
]
483483
},
484+
"StopPipelineExecution":{
485+
"name":"StopPipelineExecution",
486+
"http":{
487+
"method":"POST",
488+
"requestUri":"/"
489+
},
490+
"input":{"shape":"StopPipelineExecutionInput"},
491+
"output":{"shape":"StopPipelineExecutionOutput"},
492+
"errors":[
493+
{"shape":"ValidationException"},
494+
{"shape":"PipelineNotFoundException"},
495+
{"shape":"PipelineExecutionNotStoppableException"},
496+
{"shape":"DuplicatedStopRequestException"}
497+
]
498+
},
484499
"TagResource":{
485500
"name":"TagResource",
486501
"http":{
@@ -759,6 +774,7 @@
759774
"type":"string",
760775
"enum":[
761776
"InProgress",
777+
"Abandoned",
762778
"Succeeded",
763779
"Failed"
764780
]
@@ -1177,6 +1193,13 @@
11771193
"min":1,
11781194
"pattern":"[a-zA-Z0-9!@ \\(\\)\\.\\*\\?\\-]+"
11791195
},
1196+
"DuplicatedStopRequestException":{
1197+
"type":"structure",
1198+
"members":{
1199+
"message":{"shape":"Message"}
1200+
},
1201+
"exception":true
1202+
},
11801203
"EnableStageTransitionInput":{
11811204
"type":"structure",
11821205
"required":[
@@ -1749,10 +1772,19 @@
17491772
},
17501773
"exception":true
17511774
},
1775+
"PipelineExecutionNotStoppableException":{
1776+
"type":"structure",
1777+
"members":{
1778+
"message":{"shape":"Message"}
1779+
},
1780+
"exception":true
1781+
},
17521782
"PipelineExecutionStatus":{
17531783
"type":"string",
17541784
"enum":[
17551785
"InProgress",
1786+
"Stopped",
1787+
"Stopping",
17561788
"Succeeded",
17571789
"Superseded",
17581790
"Failed"
@@ -1766,7 +1798,8 @@
17661798
"startTime":{"shape":"Timestamp"},
17671799
"lastUpdateTime":{"shape":"Timestamp"},
17681800
"sourceRevisions":{"shape":"SourceRevisionList"},
1769-
"trigger":{"shape":"ExecutionTrigger"}
1801+
"trigger":{"shape":"ExecutionTrigger"},
1802+
"stopTrigger":{"shape":"StopExecutionTrigger"}
17701803
}
17711804
},
17721805
"PipelineExecutionSummaryList":{
@@ -2125,6 +2158,8 @@
21252158
"enum":[
21262159
"InProgress",
21272160
"Failed",
2161+
"Stopped",
2162+
"Stopping",
21282163
"Succeeded"
21292164
]
21302165
},
@@ -2187,6 +2222,35 @@
21872222
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
21882223
}
21892224
},
2225+
"StopExecutionTrigger":{
2226+
"type":"structure",
2227+
"members":{
2228+
"reason":{"shape":"StopPipelineExecutionReason"}
2229+
}
2230+
},
2231+
"StopPipelineExecutionInput":{
2232+
"type":"structure",
2233+
"required":[
2234+
"pipelineName",
2235+
"pipelineExecutionId"
2236+
],
2237+
"members":{
2238+
"pipelineName":{"shape":"PipelineName"},
2239+
"pipelineExecutionId":{"shape":"PipelineExecutionId"},
2240+
"abandon":{"shape":"Boolean"},
2241+
"reason":{"shape":"StopPipelineExecutionReason"}
2242+
}
2243+
},
2244+
"StopPipelineExecutionOutput":{
2245+
"type":"structure",
2246+
"members":{
2247+
"pipelineExecutionId":{"shape":"PipelineExecutionId"}
2248+
}
2249+
},
2250+
"StopPipelineExecutionReason":{
2251+
"type":"string",
2252+
"max":200
2253+
},
21902254
"String":{"type":"string"},
21912255
"Tag":{
21922256
"type":"structure",

aws-sdk-core/apis/codepipeline/2015-07-09/docs-2.json

Lines changed: 61 additions & 21 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/discovery/2015-11-01/docs-2.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4993,7 +4993,8 @@
49934993
"failed-provision",
49944994
"pending-deprovision",
49954995
"pending-provision",
4996-
"provisioned"
4996+
"provisioned",
4997+
"provisioned-not-publicly-advertisable"
49974998
]
49984999
},
49995000
"CancelBatchErrorCode":{

aws-sdk-core/apis/iotevents/2018-07-27/docs-2.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"CreateDetectorModelRequest$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>",
4040
"DetectorModelConfiguration$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform its operations.</p>",
4141
"DetectorModelVersionSummary$roleArn": "<p>The ARN of the role that grants the detector model permission to perform its tasks.</p>",
42-
"LambdaAction$functionArn": "<p>The ARN of the AWS Lambda function which is executed.</p>",
42+
"LambdaAction$functionArn": "<p>The ARN of the Lambda function that is executed.</p>",
4343
"ListTagsForResourceRequest$resourceArn": "<p>The ARN of the resource.</p>",
4444
"LoggingOptions$roleArn": "<p>The ARN of the role that grants permission to AWS IoT Events to perform logging.</p>",
4545
"SNSTopicPublishAction$targetArn": "<p>The ARN of the Amazon SNS target where the message is sent.</p>",
@@ -58,8 +58,8 @@
5858
"base": null,
5959
"refs": {
6060
"Attribute$jsonPath": "<p>An expression that specifies an attribute-value pair in a JSON structure. Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to the AWS IoT Events system (<code>BatchPutMessage</code>). Each such message contains a JSON payload, and the attribute (and its paired value) specified here are available for use in the <code>\"condition\"</code> expressions used by detectors. </p> <p>Syntax: <code>&lt;field-name&gt;.&lt;field-name&gt;...</code> </p>",
61-
"CreateDetectorModelRequest$key": "<p>The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>",
62-
"DetectorModelConfiguration$key": "<p>The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>"
61+
"CreateDetectorModelRequest$key": "<p>The input attribute key used to identify a device or system in order to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>",
62+
"DetectorModelConfiguration$key": "<p>The input attribute key used to identify a device or system in order to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression to specify the attribute-value pair in the message payload of each input that is used to identify the device associated with the input.</p>"
6363
}
6464
},
6565
"Attributes": {
@@ -263,10 +263,10 @@
263263
"EvaluationMethod": {
264264
"base": null,
265265
"refs": {
266-
"CreateDetectorModelRequest$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>",
267-
"DetectorModelConfiguration$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>",
268-
"DetectorModelVersionSummary$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>",
269-
"UpdateDetectorModelRequest$evaluationMethod": "<p>When set to <code>SERIAL</code>, variables are updated and event conditions evaluated in the order that the events are defined. When set to <code>BATCH</code>, variables are updated and events performed only after all event conditions are evaluated.</p>"
266+
"CreateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
267+
"DetectorModelConfiguration$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
268+
"DetectorModelVersionSummary$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>",
269+
"UpdateDetectorModelRequest$evaluationMethod": "<p>Information about the order in which events are evaluated and how actions are executed. </p>"
270270
}
271271
},
272272
"Event": {
@@ -291,9 +291,9 @@
291291
}
292292
},
293293
"FirehoseAction": {
294-
"base": "<p>Sends information about the detector model instance and the event which triggered the action to a Kinesis Data Firehose delivery stream.</p>",
294+
"base": "<p>Sends information about the detector model instance and the event that triggered the action to a Kinesis Data Firehose delivery stream.</p>",
295295
"refs": {
296-
"Action$firehose": "<p>Sends information about the detector model instance and the event which triggered the action to a Kinesis Data Firehose delivery stream.</p>"
296+
"Action$firehose": "<p>Sends information about the detector model instance and the event that triggered the action to a Kinesis Data Firehose delivery stream.</p>"
297297
}
298298
},
299299
"FirehoseSeparator": {
@@ -382,9 +382,9 @@
382382
}
383383
},
384384
"IotEventsAction": {
385-
"base": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event which triggered the action.</p>",
385+
"base": "<p>Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.</p>",
386386
"refs": {
387-
"Action$iotEvents": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event which triggered the action.</p>"
387+
"Action$iotEvents": "<p>Sends an IoT Events input, passing in information about the detector model instance and the event that triggered the action.</p>"
388388
}
389389
},
390390
"IotTopicPublishAction": {
@@ -400,9 +400,9 @@
400400
}
401401
},
402402
"LambdaAction": {
403-
"base": "<p>Calls an AWS Lambda function, passing in information about the detector model instance and the event which triggered the action.</p>",
403+
"base": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>",
404404
"refs": {
405-
"Action$lambda": "<p>Calls an AWS Lambda function, passing in information about the detector model instance and the event which triggered the action.</p>"
405+
"Action$lambda": "<p>Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.</p>"
406406
}
407407
},
408408
"LimitExceededException": {
@@ -520,7 +520,7 @@
520520
"QueueUrl": {
521521
"base": null,
522522
"refs": {
523-
"SqsAction$queueUrl": "<p>The URL of the Amazon SQS queue where the data is written.</p>"
523+
"SqsAction$queueUrl": "<p>The URL of the SQS queue where the data is written.</p>"
524524
}
525525
},
526526
"ResetTimerAction": {
@@ -574,9 +574,9 @@
574574
}
575575
},
576576
"SqsAction": {
577-
"base": "<p>Sends information about the detector model instance and the event which triggered the action to an Amazon SQS queue.</p>",
577+
"base": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>",
578578
"refs": {
579-
"Action$sqs": "<p>Sends information about the detector model instance and the event which triggered the action to an Amazon SQS queue.</p>"
579+
"Action$sqs": "<p>Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.</p>"
580580
}
581581
},
582582
"State": {

0 commit comments

Comments
 (0)