aws-sdk-core 2.10.92 → 2.10.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +23 -3
- data/apis/ec2/2016-11-15/api-2.json +178 -2
- data/apis/lightsail/2016-11-28/api-2.json +698 -1
- data/apis/resource-groups/2017-11-27/api-2.json +628 -0
- data/apis/resource-groups/2017-11-27/examples-1.json +5 -0
- data/apis/resource-groups/2017-11-27/paginators-1.json +19 -0
- data/apis/ssm/2014-11-06/api-2.json +212 -19
- data/apis/waf-regional/2016-11-28/api-2.json +302 -5
- data/apis/waf/2015-08-24/api-2.json +302 -5
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/resourcegroups.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListGroupResources": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListGroups": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"output_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults"
|
|
12
|
+
},
|
|
13
|
+
"SearchResources": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"output_token": "NextToken",
|
|
16
|
+
"limit_key": "MaxResults"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"protocol":"json",
|
|
8
8
|
"serviceAbbreviation":"Amazon SSM",
|
|
9
9
|
"serviceFullName":"Amazon Simple Systems Manager (SSM)",
|
|
10
|
+
"serviceId":"SSM",
|
|
10
11
|
"signatureVersion":"v4",
|
|
11
12
|
"targetPrefix":"AmazonSSM",
|
|
12
13
|
"uid":"ssm-2014-11-06"
|
|
@@ -359,7 +360,25 @@
|
|
|
359
360
|
"input":{"shape":"DescribeAutomationExecutionsRequest"},
|
|
360
361
|
"output":{"shape":"DescribeAutomationExecutionsResult"},
|
|
361
362
|
"errors":[
|
|
363
|
+
{"shape":"InvalidFilterKey"},
|
|
364
|
+
{"shape":"InvalidFilterValue"},
|
|
365
|
+
{"shape":"InvalidNextToken"},
|
|
366
|
+
{"shape":"InternalServerError"}
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
"DescribeAutomationStepExecutions":{
|
|
370
|
+
"name":"DescribeAutomationStepExecutions",
|
|
371
|
+
"http":{
|
|
372
|
+
"method":"POST",
|
|
373
|
+
"requestUri":"/"
|
|
374
|
+
},
|
|
375
|
+
"input":{"shape":"DescribeAutomationStepExecutionsRequest"},
|
|
376
|
+
"output":{"shape":"DescribeAutomationStepExecutionsResult"},
|
|
377
|
+
"errors":[
|
|
378
|
+
{"shape":"AutomationExecutionNotFoundException"},
|
|
362
379
|
{"shape":"InvalidNextToken"},
|
|
380
|
+
{"shape":"InvalidFilterKey"},
|
|
381
|
+
{"shape":"InvalidFilterValue"},
|
|
363
382
|
{"shape":"InternalServerError"}
|
|
364
383
|
]
|
|
365
384
|
},
|
|
@@ -1220,6 +1239,7 @@
|
|
|
1220
1239
|
"output":{"shape":"SendAutomationSignalResult"},
|
|
1221
1240
|
"errors":[
|
|
1222
1241
|
{"shape":"AutomationExecutionNotFoundException"},
|
|
1242
|
+
{"shape":"AutomationStepNotFoundException"},
|
|
1223
1243
|
{"shape":"InvalidAutomationSignalException"},
|
|
1224
1244
|
{"shape":"InternalServerError"}
|
|
1225
1245
|
]
|
|
@@ -1259,6 +1279,7 @@
|
|
|
1259
1279
|
{"shape":"AutomationExecutionLimitExceededException"},
|
|
1260
1280
|
{"shape":"AutomationDefinitionVersionNotFoundException"},
|
|
1261
1281
|
{"shape":"IdempotentParameterMismatch"},
|
|
1282
|
+
{"shape":"InvalidTarget"},
|
|
1262
1283
|
{"shape":"InternalServerError"}
|
|
1263
1284
|
]
|
|
1264
1285
|
},
|
|
@@ -1272,6 +1293,7 @@
|
|
|
1272
1293
|
"output":{"shape":"StopAutomationExecutionResult"},
|
|
1273
1294
|
"errors":[
|
|
1274
1295
|
{"shape":"AutomationExecutionNotFoundException"},
|
|
1296
|
+
{"shape":"InvalidAutomationStatusUpdateException"},
|
|
1275
1297
|
{"shape":"InternalServerError"}
|
|
1276
1298
|
]
|
|
1277
1299
|
},
|
|
@@ -1710,9 +1732,21 @@
|
|
|
1710
1732
|
"ExecutionEndTime":{"shape":"DateTime"},
|
|
1711
1733
|
"AutomationExecutionStatus":{"shape":"AutomationExecutionStatus"},
|
|
1712
1734
|
"StepExecutions":{"shape":"StepExecutionList"},
|
|
1735
|
+
"StepExecutionsTruncated":{"shape":"Boolean"},
|
|
1713
1736
|
"Parameters":{"shape":"AutomationParameterMap"},
|
|
1714
1737
|
"Outputs":{"shape":"AutomationParameterMap"},
|
|
1715
|
-
"FailureMessage":{"shape":"String"}
|
|
1738
|
+
"FailureMessage":{"shape":"String"},
|
|
1739
|
+
"Mode":{"shape":"ExecutionMode"},
|
|
1740
|
+
"ParentAutomationExecutionId":{"shape":"AutomationExecutionId"},
|
|
1741
|
+
"ExecutedBy":{"shape":"String"},
|
|
1742
|
+
"CurrentStepName":{"shape":"String"},
|
|
1743
|
+
"CurrentAction":{"shape":"String"},
|
|
1744
|
+
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
1745
|
+
"Targets":{"shape":"Targets"},
|
|
1746
|
+
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
|
1747
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
1748
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
1749
|
+
"Target":{"shape":"String"}
|
|
1716
1750
|
}
|
|
1717
1751
|
},
|
|
1718
1752
|
"AutomationExecutionFilter":{
|
|
@@ -1730,7 +1764,12 @@
|
|
|
1730
1764
|
"type":"string",
|
|
1731
1765
|
"enum":[
|
|
1732
1766
|
"DocumentNamePrefix",
|
|
1733
|
-
"ExecutionStatus"
|
|
1767
|
+
"ExecutionStatus",
|
|
1768
|
+
"ExecutionId",
|
|
1769
|
+
"ParentExecutionId",
|
|
1770
|
+
"CurrentAction",
|
|
1771
|
+
"StartTimeBefore",
|
|
1772
|
+
"StartTimeAfter"
|
|
1734
1773
|
]
|
|
1735
1774
|
},
|
|
1736
1775
|
"AutomationExecutionFilterList":{
|
|
@@ -1773,14 +1812,23 @@
|
|
|
1773
1812
|
"ExecutionEndTime":{"shape":"DateTime"},
|
|
1774
1813
|
"ExecutedBy":{"shape":"String"},
|
|
1775
1814
|
"LogFile":{"shape":"String"},
|
|
1776
|
-
"Outputs":{"shape":"AutomationParameterMap"}
|
|
1815
|
+
"Outputs":{"shape":"AutomationParameterMap"},
|
|
1816
|
+
"Mode":{"shape":"ExecutionMode"},
|
|
1817
|
+
"ParentAutomationExecutionId":{"shape":"AutomationExecutionId"},
|
|
1818
|
+
"CurrentStepName":{"shape":"String"},
|
|
1819
|
+
"CurrentAction":{"shape":"String"},
|
|
1820
|
+
"FailureMessage":{"shape":"String"},
|
|
1821
|
+
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
1822
|
+
"Targets":{"shape":"Targets"},
|
|
1823
|
+
"ResolvedTargets":{"shape":"ResolvedTargets"},
|
|
1824
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
1825
|
+
"MaxErrors":{"shape":"MaxErrors"},
|
|
1826
|
+
"Target":{"shape":"String"}
|
|
1777
1827
|
}
|
|
1778
1828
|
},
|
|
1779
1829
|
"AutomationExecutionMetadataList":{
|
|
1780
1830
|
"type":"list",
|
|
1781
|
-
"member":{"shape":"AutomationExecutionMetadata"}
|
|
1782
|
-
"max":50,
|
|
1783
|
-
"min":0
|
|
1831
|
+
"member":{"shape":"AutomationExecutionMetadata"}
|
|
1784
1832
|
},
|
|
1785
1833
|
"AutomationExecutionNotFoundException":{
|
|
1786
1834
|
"type":"structure",
|
|
@@ -1797,6 +1845,7 @@
|
|
|
1797
1845
|
"Waiting",
|
|
1798
1846
|
"Success",
|
|
1799
1847
|
"TimedOut",
|
|
1848
|
+
"Cancelling",
|
|
1800
1849
|
"Cancelled",
|
|
1801
1850
|
"Failed"
|
|
1802
1851
|
]
|
|
@@ -1824,6 +1873,13 @@
|
|
|
1824
1873
|
"max":10,
|
|
1825
1874
|
"min":0
|
|
1826
1875
|
},
|
|
1876
|
+
"AutomationStepNotFoundException":{
|
|
1877
|
+
"type":"structure",
|
|
1878
|
+
"members":{
|
|
1879
|
+
"Message":{"shape":"String"}
|
|
1880
|
+
},
|
|
1881
|
+
"exception":true
|
|
1882
|
+
},
|
|
1827
1883
|
"BaselineDescription":{
|
|
1828
1884
|
"type":"string",
|
|
1829
1885
|
"max":1024,
|
|
@@ -2288,7 +2344,9 @@
|
|
|
2288
2344
|
"members":{
|
|
2289
2345
|
"Content":{"shape":"DocumentContent"},
|
|
2290
2346
|
"Name":{"shape":"DocumentName"},
|
|
2291
|
-
"DocumentType":{"shape":"DocumentType"}
|
|
2347
|
+
"DocumentType":{"shape":"DocumentType"},
|
|
2348
|
+
"DocumentFormat":{"shape":"DocumentFormat"},
|
|
2349
|
+
"TargetType":{"shape":"TargetType"}
|
|
2292
2350
|
}
|
|
2293
2351
|
},
|
|
2294
2352
|
"CreateDocumentResult":{
|
|
@@ -2622,6 +2680,30 @@
|
|
|
2622
2680
|
"NextToken":{"shape":"NextToken"}
|
|
2623
2681
|
}
|
|
2624
2682
|
},
|
|
2683
|
+
"DescribeAutomationStepExecutionsRequest":{
|
|
2684
|
+
"type":"structure",
|
|
2685
|
+
"required":["AutomationExecutionId"],
|
|
2686
|
+
"members":{
|
|
2687
|
+
"AutomationExecutionId":{"shape":"AutomationExecutionId"},
|
|
2688
|
+
"Filters":{"shape":"StepExecutionFilterList"},
|
|
2689
|
+
"NextToken":{"shape":"NextToken"},
|
|
2690
|
+
"MaxResults":{
|
|
2691
|
+
"shape":"MaxResults",
|
|
2692
|
+
"box":true
|
|
2693
|
+
},
|
|
2694
|
+
"ReverseOrder":{
|
|
2695
|
+
"shape":"Boolean",
|
|
2696
|
+
"box":true
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"DescribeAutomationStepExecutionsResult":{
|
|
2701
|
+
"type":"structure",
|
|
2702
|
+
"members":{
|
|
2703
|
+
"StepExecutions":{"shape":"StepExecutionList"},
|
|
2704
|
+
"NextToken":{"shape":"NextToken"}
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2625
2707
|
"DescribeAvailablePatchesRequest":{
|
|
2626
2708
|
"type":"structure",
|
|
2627
2709
|
"members":{
|
|
@@ -3042,6 +3124,8 @@
|
|
|
3042
3124
|
"SchemaVersion":{"shape":"DocumentSchemaVersion"},
|
|
3043
3125
|
"LatestVersion":{"shape":"DocumentVersion"},
|
|
3044
3126
|
"DefaultVersion":{"shape":"DocumentVersion"},
|
|
3127
|
+
"DocumentFormat":{"shape":"DocumentFormat"},
|
|
3128
|
+
"TargetType":{"shape":"TargetType"},
|
|
3045
3129
|
"Tags":{"shape":"TagList"}
|
|
3046
3130
|
}
|
|
3047
3131
|
},
|
|
@@ -3074,6 +3158,13 @@
|
|
|
3074
3158
|
"type":"string",
|
|
3075
3159
|
"min":1
|
|
3076
3160
|
},
|
|
3161
|
+
"DocumentFormat":{
|
|
3162
|
+
"type":"string",
|
|
3163
|
+
"enum":[
|
|
3164
|
+
"YAML",
|
|
3165
|
+
"JSON"
|
|
3166
|
+
]
|
|
3167
|
+
},
|
|
3077
3168
|
"DocumentHash":{
|
|
3078
3169
|
"type":"string",
|
|
3079
3170
|
"max":256
|
|
@@ -3094,6 +3185,8 @@
|
|
|
3094
3185
|
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
3095
3186
|
"DocumentType":{"shape":"DocumentType"},
|
|
3096
3187
|
"SchemaVersion":{"shape":"DocumentSchemaVersion"},
|
|
3188
|
+
"DocumentFormat":{"shape":"DocumentFormat"},
|
|
3189
|
+
"TargetType":{"shape":"TargetType"},
|
|
3097
3190
|
"Tags":{"shape":"TagList"}
|
|
3098
3191
|
}
|
|
3099
3192
|
},
|
|
@@ -3116,7 +3209,7 @@
|
|
|
3116
3209
|
"DocumentKeyValuesFilterList":{
|
|
3117
3210
|
"type":"list",
|
|
3118
3211
|
"member":{"shape":"DocumentKeyValuesFilter"},
|
|
3119
|
-
"max":
|
|
3212
|
+
"max":6,
|
|
3120
3213
|
"min":0
|
|
3121
3214
|
},
|
|
3122
3215
|
"DocumentKeyValuesFilterValue":{
|
|
@@ -3206,7 +3299,8 @@
|
|
|
3206
3299
|
"Name":{"shape":"DocumentName"},
|
|
3207
3300
|
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
3208
3301
|
"CreatedDate":{"shape":"DateTime"},
|
|
3209
|
-
"IsDefaultVersion":{"shape":"Boolean"}
|
|
3302
|
+
"IsDefaultVersion":{"shape":"Boolean"},
|
|
3303
|
+
"DocumentFormat":{"shape":"DocumentFormat"}
|
|
3210
3304
|
}
|
|
3211
3305
|
},
|
|
3212
3306
|
"DocumentVersionLimitExceeded":{
|
|
@@ -3262,6 +3356,13 @@
|
|
|
3262
3356
|
"member":{"shape":"EffectivePatch"}
|
|
3263
3357
|
},
|
|
3264
3358
|
"ErrorCount":{"type":"integer"},
|
|
3359
|
+
"ExecutionMode":{
|
|
3360
|
+
"type":"string",
|
|
3361
|
+
"enum":[
|
|
3362
|
+
"Auto",
|
|
3363
|
+
"Interactive"
|
|
3364
|
+
]
|
|
3365
|
+
},
|
|
3265
3366
|
"ExpirationDate":{"type":"timestamp"},
|
|
3266
3367
|
"FailedCreateAssociation":{
|
|
3267
3368
|
"type":"structure",
|
|
@@ -3381,7 +3482,8 @@
|
|
|
3381
3482
|
"required":["Name"],
|
|
3382
3483
|
"members":{
|
|
3383
3484
|
"Name":{"shape":"DocumentARN"},
|
|
3384
|
-
"DocumentVersion":{"shape":"DocumentVersion"}
|
|
3485
|
+
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
3486
|
+
"DocumentFormat":{"shape":"DocumentFormat"}
|
|
3385
3487
|
}
|
|
3386
3488
|
},
|
|
3387
3489
|
"GetDocumentResult":{
|
|
@@ -3390,7 +3492,8 @@
|
|
|
3390
3492
|
"Name":{"shape":"DocumentARN"},
|
|
3391
3493
|
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
3392
3494
|
"Content":{"shape":"DocumentContent"},
|
|
3393
|
-
"DocumentType":{"shape":"DocumentType"}
|
|
3495
|
+
"DocumentType":{"shape":"DocumentType"},
|
|
3496
|
+
"DocumentFormat":{"shape":"DocumentFormat"}
|
|
3394
3497
|
}
|
|
3395
3498
|
},
|
|
3396
3499
|
"GetInventoryRequest":{
|
|
@@ -4037,6 +4140,13 @@
|
|
|
4037
4140
|
},
|
|
4038
4141
|
"exception":true
|
|
4039
4142
|
},
|
|
4143
|
+
"InvalidAutomationStatusUpdateException":{
|
|
4144
|
+
"type":"structure",
|
|
4145
|
+
"members":{
|
|
4146
|
+
"Message":{"shape":"String"}
|
|
4147
|
+
},
|
|
4148
|
+
"exception":true
|
|
4149
|
+
},
|
|
4040
4150
|
"InvalidCommandId":{
|
|
4041
4151
|
"type":"structure",
|
|
4042
4152
|
"members":{
|
|
@@ -4727,6 +4837,7 @@
|
|
|
4727
4837
|
"S3Region":{"shape":"S3Region"}
|
|
4728
4838
|
}
|
|
4729
4839
|
},
|
|
4840
|
+
"Long":{"type":"long"},
|
|
4730
4841
|
"MaintenanceWindowAllowUnassociatedTargets":{"type":"boolean"},
|
|
4731
4842
|
"MaintenanceWindowAutomationParameters":{
|
|
4732
4843
|
"type":"structure",
|
|
@@ -5881,6 +5992,13 @@
|
|
|
5881
5992
|
"members":{
|
|
5882
5993
|
}
|
|
5883
5994
|
},
|
|
5995
|
+
"ResolvedTargets":{
|
|
5996
|
+
"type":"structure",
|
|
5997
|
+
"members":{
|
|
5998
|
+
"ParameterValues":{"shape":"TargetParameterList"},
|
|
5999
|
+
"Truncated":{"shape":"Boolean"}
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
5884
6002
|
"ResourceComplianceSummaryItem":{
|
|
5885
6003
|
"type":"structure",
|
|
5886
6004
|
"members":{
|
|
@@ -6130,7 +6248,10 @@
|
|
|
6130
6248
|
"type":"string",
|
|
6131
6249
|
"enum":[
|
|
6132
6250
|
"Approve",
|
|
6133
|
-
"Reject"
|
|
6251
|
+
"Reject",
|
|
6252
|
+
"StartStep",
|
|
6253
|
+
"StopStep",
|
|
6254
|
+
"Resume"
|
|
6134
6255
|
]
|
|
6135
6256
|
},
|
|
6136
6257
|
"SnapshotDownloadUrl":{"type":"string"},
|
|
@@ -6158,7 +6279,12 @@
|
|
|
6158
6279
|
"box":true
|
|
6159
6280
|
},
|
|
6160
6281
|
"Parameters":{"shape":"AutomationParameterMap"},
|
|
6161
|
-
"ClientToken":{"shape":"IdempotencyToken"}
|
|
6282
|
+
"ClientToken":{"shape":"IdempotencyToken"},
|
|
6283
|
+
"Mode":{"shape":"ExecutionMode"},
|
|
6284
|
+
"TargetParameterName":{"shape":"AutomationParameterKey"},
|
|
6285
|
+
"Targets":{"shape":"Targets"},
|
|
6286
|
+
"MaxConcurrency":{"shape":"MaxConcurrency"},
|
|
6287
|
+
"MaxErrors":{"shape":"MaxErrors"}
|
|
6162
6288
|
}
|
|
6163
6289
|
},
|
|
6164
6290
|
"StartAutomationExecutionResult":{
|
|
@@ -6193,6 +6319,15 @@
|
|
|
6193
6319
|
"members":{
|
|
6194
6320
|
"StepName":{"shape":"String"},
|
|
6195
6321
|
"Action":{"shape":"AutomationActionName"},
|
|
6322
|
+
"TimeoutSeconds":{
|
|
6323
|
+
"shape":"Long",
|
|
6324
|
+
"box":true
|
|
6325
|
+
},
|
|
6326
|
+
"OnFailure":{"shape":"String"},
|
|
6327
|
+
"MaxAttempts":{
|
|
6328
|
+
"shape":"Integer",
|
|
6329
|
+
"box":true
|
|
6330
|
+
},
|
|
6196
6331
|
"ExecutionStartTime":{"shape":"DateTime"},
|
|
6197
6332
|
"ExecutionEndTime":{"shape":"DateTime"},
|
|
6198
6333
|
"StepStatus":{"shape":"AutomationExecutionStatus"},
|
|
@@ -6201,20 +6336,60 @@
|
|
|
6201
6336
|
"Outputs":{"shape":"AutomationParameterMap"},
|
|
6202
6337
|
"Response":{"shape":"String"},
|
|
6203
6338
|
"FailureMessage":{"shape":"String"},
|
|
6204
|
-
"FailureDetails":{"shape":"FailureDetails"}
|
|
6339
|
+
"FailureDetails":{"shape":"FailureDetails"},
|
|
6340
|
+
"StepExecutionId":{"shape":"String"},
|
|
6341
|
+
"OverriddenParameters":{"shape":"AutomationParameterMap"}
|
|
6205
6342
|
}
|
|
6206
6343
|
},
|
|
6344
|
+
"StepExecutionFilter":{
|
|
6345
|
+
"type":"structure",
|
|
6346
|
+
"required":[
|
|
6347
|
+
"Key",
|
|
6348
|
+
"Values"
|
|
6349
|
+
],
|
|
6350
|
+
"members":{
|
|
6351
|
+
"Key":{"shape":"StepExecutionFilterKey"},
|
|
6352
|
+
"Values":{"shape":"StepExecutionFilterValueList"}
|
|
6353
|
+
}
|
|
6354
|
+
},
|
|
6355
|
+
"StepExecutionFilterKey":{
|
|
6356
|
+
"type":"string",
|
|
6357
|
+
"enum":[
|
|
6358
|
+
"StartTimeBefore",
|
|
6359
|
+
"StartTimeAfter",
|
|
6360
|
+
"StepExecutionStatus",
|
|
6361
|
+
"StepExecutionId",
|
|
6362
|
+
"StepName",
|
|
6363
|
+
"Action"
|
|
6364
|
+
]
|
|
6365
|
+
},
|
|
6366
|
+
"StepExecutionFilterList":{
|
|
6367
|
+
"type":"list",
|
|
6368
|
+
"member":{"shape":"StepExecutionFilter"},
|
|
6369
|
+
"max":6,
|
|
6370
|
+
"min":1
|
|
6371
|
+
},
|
|
6372
|
+
"StepExecutionFilterValue":{
|
|
6373
|
+
"type":"string",
|
|
6374
|
+
"max":150,
|
|
6375
|
+
"min":1
|
|
6376
|
+
},
|
|
6377
|
+
"StepExecutionFilterValueList":{
|
|
6378
|
+
"type":"list",
|
|
6379
|
+
"member":{"shape":"StepExecutionFilterValue"},
|
|
6380
|
+
"max":10,
|
|
6381
|
+
"min":1
|
|
6382
|
+
},
|
|
6207
6383
|
"StepExecutionList":{
|
|
6208
6384
|
"type":"list",
|
|
6209
|
-
"member":{"shape":"StepExecution"}
|
|
6210
|
-
"max":100,
|
|
6211
|
-
"min":0
|
|
6385
|
+
"member":{"shape":"StepExecution"}
|
|
6212
6386
|
},
|
|
6213
6387
|
"StopAutomationExecutionRequest":{
|
|
6214
6388
|
"type":"structure",
|
|
6215
6389
|
"required":["AutomationExecutionId"],
|
|
6216
6390
|
"members":{
|
|
6217
|
-
"AutomationExecutionId":{"shape":"AutomationExecutionId"}
|
|
6391
|
+
"AutomationExecutionId":{"shape":"AutomationExecutionId"},
|
|
6392
|
+
"Type":{"shape":"StopType"}
|
|
6218
6393
|
}
|
|
6219
6394
|
},
|
|
6220
6395
|
"StopAutomationExecutionResult":{
|
|
@@ -6222,6 +6397,13 @@
|
|
|
6222
6397
|
"members":{
|
|
6223
6398
|
}
|
|
6224
6399
|
},
|
|
6400
|
+
"StopType":{
|
|
6401
|
+
"type":"string",
|
|
6402
|
+
"enum":[
|
|
6403
|
+
"Complete",
|
|
6404
|
+
"Cancel"
|
|
6405
|
+
]
|
|
6406
|
+
},
|
|
6225
6407
|
"String":{"type":"string"},
|
|
6226
6408
|
"StringDateTime":{
|
|
6227
6409
|
"type":"string",
|
|
@@ -6286,6 +6468,15 @@
|
|
|
6286
6468
|
"min":1,
|
|
6287
6469
|
"pattern":"^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
|
|
6288
6470
|
},
|
|
6471
|
+
"TargetParameterList":{
|
|
6472
|
+
"type":"list",
|
|
6473
|
+
"member":{"shape":"ParameterValue"}
|
|
6474
|
+
},
|
|
6475
|
+
"TargetType":{
|
|
6476
|
+
"type":"string",
|
|
6477
|
+
"max":200,
|
|
6478
|
+
"pattern":"^\\/[\\w\\.\\-\\:\\/]*$"
|
|
6479
|
+
},
|
|
6289
6480
|
"TargetValue":{"type":"string"},
|
|
6290
6481
|
"TargetValues":{
|
|
6291
6482
|
"type":"list",
|
|
@@ -6426,7 +6617,9 @@
|
|
|
6426
6617
|
"members":{
|
|
6427
6618
|
"Content":{"shape":"DocumentContent"},
|
|
6428
6619
|
"Name":{"shape":"DocumentName"},
|
|
6429
|
-
"DocumentVersion":{"shape":"DocumentVersion"}
|
|
6620
|
+
"DocumentVersion":{"shape":"DocumentVersion"},
|
|
6621
|
+
"DocumentFormat":{"shape":"DocumentFormat"},
|
|
6622
|
+
"TargetType":{"shape":"TargetType"}
|
|
6430
6623
|
}
|
|
6431
6624
|
},
|
|
6432
6625
|
"UpdateDocumentResult":{
|