1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-22 11:13:23 +00:00

vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2018-01-16 13:20:59 +00:00
parent 8e83fb6fb9
commit 7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions

View File

@@ -576,7 +576,8 @@
"type":"string",
"enum":[
"HEALTHY",
"UNHEALTHY"
"UNHEALTHY",
"UNKNOWN"
]
},
"AgentHealthCode":{
@@ -617,8 +618,14 @@
"type":"structure",
"required":["agentId"],
"members":{
"hostname":{"shape":"Hostname"},
"agentId":{"shape":"AgentId"},
"autoScalingGroup":{"shape":"AutoScalingGroup"}
"autoScalingGroup":{"shape":"AutoScalingGroup"},
"agentHealth":{"shape":"AgentHealth"},
"agentVersion":{"shape":"AgentVersion"},
"operatingSystem":{"shape":"OperatingSystem"},
"kernelVersion":{"shape":"KernelVersion"},
"ipv4Address":{"shape":"Ipv4Address"}
}
},
"AgentPreviewList":{
@@ -627,6 +634,11 @@
"max":100,
"min":0
},
"AgentVersion":{
"type":"string",
"max":128,
"min":1
},
"AgentsAlreadyRunningAssessmentException":{
"type":"structure",
"required":[
@@ -653,6 +665,7 @@
"max":300,
"min":1
},
"ArnCount":{"type":"integer"},
"AssessmentRulesPackageArnList":{
"type":"list",
"member":{"shape":"Arn"},
@@ -889,6 +902,7 @@
"durationInSeconds",
"rulesPackageArns",
"userAttributesForFindings",
"assessmentRunCount",
"createdAt"
],
"members":{
@@ -898,6 +912,8 @@
"durationInSeconds":{"shape":"AssessmentRunDuration"},
"rulesPackageArns":{"shape":"AssessmentTemplateRulesPackageArnList"},
"userAttributesForFindings":{"shape":"UserAttributeList"},
"lastAssessmentRunArn":{"shape":"Arn"},
"assessmentRunCount":{"shape":"ArnCount"},
"createdAt":{"shape":"Timestamp"}
}
},
@@ -1482,6 +1498,11 @@
"max":50,
"min":0
},
"KernelVersion":{
"type":"string",
"max":128,
"min":1
},
"LimitExceededErrorCode":{
"type":"string",
"enum":[
@@ -1706,6 +1727,11 @@
"type":"integer",
"min":0
},
"OperatingSystem":{
"type":"string",
"max":256,
"min":1
},
"PaginationToken":{
"type":"string",
"max":300,

View File

@@ -3,8 +3,8 @@
"service": "<fullname>Amazon Inspector</fullname> <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html\"> Amazon Inspector User Guide</a>.</p>",
"operations": {
"AddAttributesToFindings": "<p>Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.</p>",
"CreateAssessmentTarget": "<p>Creates a new assessment target using the ARN of the resource group that is generated by <a>CreateResourceGroup</a>. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\"> Amazon Inspector Assessment Targets</a>.</p>",
"CreateAssessmentTemplate": "<p>Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.</p>",
"CreateAssessmentTarget": "<p>Creates a new assessment target using the ARN of the resource group that is generated by <a>CreateResourceGroup</a>. If the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isnt already registered, also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see <a href=\"http://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html\"> Amazon Inspector Assessment Targets</a>.</p>",
"CreateAssessmentTemplate": "<p>Creates an assessment template for the assessment target that is specified by the ARN of the assessment target. If the <a href=\"https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html\">service-linked role</a> isnt already registered, also creates and registers a service-linked role to grant Amazon Inspector access to AWS Services needed to perform security assessments.</p>",
"CreateResourceGroup": "<p>Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target. For more information, see <a>CreateAssessmentTarget</a>.</p>",
"DeleteAssessmentRun": "<p>Deletes the assessment run that is specified by the ARN of the assessment run.</p>",
"DeleteAssessmentTarget": "<p>Deletes the assessment target that is specified by the ARN of the assessment target.</p>",
@@ -27,7 +27,7 @@
"ListRulesPackages": "<p>Lists all available Amazon Inspector rules packages.</p>",
"ListTagsForResource": "<p>Lists all tags associated with an assessment template.</p>",
"PreviewAgents": "<p>Previews the agents installed on the EC2 instances that are part of the specified assessment target.</p>",
"RegisterCrossAccountAccessRole": "<p>Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the <a>PreviewAgents</a> action.</p>",
"RegisterCrossAccountAccessRole": "<p>Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.</p>",
"RemoveAttributesFromFindings": "<p>Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.</p>",
"SetTagsForResource": "<p>Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.</p>",
"StartAssessmentRun": "<p>Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.</p>",
@@ -87,6 +87,7 @@
"base": null,
"refs": {
"AgentHealthList$member": null,
"AgentPreview$agentHealth": "<p>The health status of the Amazon Inspector Agent.</p>",
"AssessmentRunAgent$agentHealth": "<p>The current health state of the agent.</p>"
}
},
@@ -137,6 +138,12 @@
"PreviewAgentsResponse$agentPreviews": "<p>The resulting list of agents.</p>"
}
},
"AgentVersion": {
"base": null,
"refs": {
"AgentPreview$agentVersion": "<p>The version of the Amazon Inspector Agent.</p>"
}
},
"AgentsAlreadyRunningAssessmentException": {
"base": "<p>You started an assessment run, but one of the instances is already participating in another assessment run.</p>",
"refs": {
@@ -163,6 +170,7 @@
"AssessmentTarget$resourceGroupArn": "<p>The ARN that specifies the resource group that is associated with the assessment target.</p>",
"AssessmentTemplate$arn": "<p>The ARN of the assessment template.</p>",
"AssessmentTemplate$assessmentTargetArn": "<p>The ARN of the assessment target that corresponds to this assessment template.</p>",
"AssessmentTemplate$lastAssessmentRunArn": "<p>The Amazon Resource Name (ARN) of the most recent assessment run associated with this assessment template. This value exists only when the value of assessmentRunCount is greater than zero.</p>",
"AssessmentTemplateRulesPackageArnList$member": null,
"BatchDescribeArnList$member": null,
"CreateAssessmentTargetRequest$resourceGroupArn": "<p>The ARN that specifies the resource group that is used to create the assessment target.</p>",
@@ -187,7 +195,7 @@
"ListReturnedArnList$member": null,
"ListTagsForResourceRequest$resourceArn": "<p>The ARN that specifies the assessment template whose tags you want to list.</p>",
"PreviewAgentsRequest$previewAgentsArn": "<p>The ARN of the assessment target whose agents you want to preview.</p>",
"RegisterCrossAccountAccessRoleRequest$roleArn": "<p>The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the <a>PreviewAgents</a> action. </p>",
"RegisterCrossAccountAccessRoleRequest$roleArn": "<p>The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments. </p>",
"ResourceGroup$arn": "<p>The ARN of the resource group.</p>",
"RulesPackage$arn": "<p>The ARN of the rules package.</p>",
"SetTagsForResourceRequest$resourceArn": "<p>The ARN of the assessment template that you want to set tags to.</p>",
@@ -204,6 +212,12 @@
"UpdateAssessmentTargetRequest$resourceGroupArn": "<p>The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.</p>"
}
},
"ArnCount": {
"base": null,
"refs": {
"AssessmentTemplate$assessmentRunCount": "<p>The number of existing assessment runs associated with this assessment template. This value can be zero or a positive integer.</p>"
}
},
"AssessmentRulesPackageArnList": {
"base": null,
"refs": {
@@ -692,6 +706,7 @@
"Hostname": {
"base": null,
"refs": {
"AgentPreview$hostname": "<p>The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.</p>",
"AssetAttributes$hostname": "<p>The hostname of the EC2 instance where the finding is generated.</p>"
}
},
@@ -746,6 +761,7 @@
"Ipv4Address": {
"base": null,
"refs": {
"AgentPreview$ipv4Address": "<p>The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.</p>",
"Ipv4AddressList$member": null
}
},
@@ -755,6 +771,12 @@
"AssetAttributes$ipv4Addresses": "<p>The list of IP v4 addresses of the EC2 instance where the finding is generated.</p>"
}
},
"KernelVersion": {
"base": null,
"refs": {
"AgentPreview$kernelVersion": "<p>The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.</p>"
}
},
"LimitExceededErrorCode": {
"base": null,
"refs": {
@@ -941,6 +963,12 @@
"InspectorServiceAttributes$schemaVersion": "<p>The schema version of this data type.</p>"
}
},
"OperatingSystem": {
"base": null,
"refs": {
"AgentPreview$operatingSystem": "<p>The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.</p>"
}
},
"PaginationToken": {
"base": null,
"refs": {

View File

@@ -280,6 +280,7 @@
{
"name": "ExampleAssessmentTemplate",
"arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
"assessmentRunCount": 0,
"assessmentTargetArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq",
"createdAt": "1458074191.844",
"durationInSeconds": 3600,