greater granularity
This commit is contained in:
parent
99d3362417
commit
8ac4ff1e99
2 changed files with 20 additions and 12 deletions
|
|
@ -150,19 +150,15 @@ class SimpleSystemManagerBackend(BaseBackend):
|
|||
'DocumentName': kwargs['DocumentName'],
|
||||
'Comment': kwargs.get('Comment'),
|
||||
'ExpiresAfter': expires_after.isoformat(),
|
||||
'Parameters': {
|
||||
'string': [
|
||||
'string',
|
||||
]
|
||||
},
|
||||
'Parameters': kwargs['Parameters'],
|
||||
'InstanceIds': kwargs['InstanceIds'],
|
||||
'Targets': kwargs.get('targets'),
|
||||
'RequestedDateTime': now.isoformat(),
|
||||
'Status': 'Success',
|
||||
'StatusDetails': 'string',
|
||||
'OutputS3Region': 'string',
|
||||
'OutputS3BucketName': 'string',
|
||||
'OutputS3KeyPrefix': 'string',
|
||||
'OutputS3Region': kwargs.get('OutputS3Region'),
|
||||
'OutputS3BucketName': kwargs.get('OutputS3BucketName'),
|
||||
'OutputS3KeyPrefix': kwargs.get('OutputS3KeyPrefix'),
|
||||
'MaxConcurrency': 'string',
|
||||
'MaxErrors': 'string',
|
||||
'TargetCount': len(instances),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue