1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-21 02:33:49 +00:00

vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2017-09-30 15:27:27 +01:00
parent 911d121bb9
commit b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions

View File

@@ -819,7 +819,8 @@
"FAILED",
"ERROR",
"COMPLETED",
"COMPLETED_WITH_ERRORS"
"COMPLETED_WITH_ERRORS",
"CANCELED"
]
},
"AssessmentRunStateChange":{
@@ -1894,11 +1895,19 @@
"assessmentRunArn":{"shape":"Arn"}
}
},
"StopAction":{
"type":"string",
"enum":[
"START_EVALUATION",
"SKIP_EVALUATION"
]
},
"StopAssessmentRunRequest":{
"type":"structure",
"required":["assessmentRunArn"],
"members":{
"assessmentRunArn":{"shape":"Arn"}
"assessmentRunArn":{"shape":"Arn"},
"stopAction":{"shape":"StopAction"}
}
},
"SubscribeToEventRequest":{

View File

@@ -1107,6 +1107,12 @@
"refs": {
}
},
"StopAction": {
"base": null,
"refs": {
"StopAssessmentRunRequest$stopAction": "<p>An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.</p>"
}
},
"StopAssessmentRunRequest": {
"base": null,
"refs": {
@@ -1241,7 +1247,7 @@
"AddAttributesToFindingsRequest$attributes": "<p>The array of attributes that you want to assign to specified findings.</p>",
"AssessmentRun$userAttributesForFindings": "<p>The user-defined attributes that are assigned to every generated finding.</p>",
"AssessmentTemplate$userAttributesForFindings": "<p>The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.</p>",
"CreateAssessmentTemplateRequest$userAttributesForFindings": "<p>The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.</p>",
"CreateAssessmentTemplateRequest$userAttributesForFindings": "<p>The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an <a>Attribute</a> object). Within an assessment template, each key must be unique.</p>",
"Finding$userAttributes": "<p>The user-defined attributes that are assigned to the finding.</p>"
}
},

View File

@@ -1,4 +1,44 @@
{
"pagination": {
"ListAssessmentRunAgents": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentRuns": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentTargets": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentTemplates": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListEventSubscriptions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListFindings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListRulesPackages": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"PreviewAgents": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
}
}
}