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:
13
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json
generated
vendored
13
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json
generated
vendored
@@ -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":{
|
||||
|
||||
8
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json
generated
vendored
@@ -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>"
|
||||
}
|
||||
},
|
||||
|
||||
40
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json
generated
vendored
40
vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json
generated
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user