vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

View file

@ -1712,7 +1712,8 @@
{"shape":"ThrottlingException"},
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"InternalFailureException"}
{"shape":"InternalFailureException"},
{"shape":"ResourceAlreadyExistsException"}
]
},
"SetDefaultPolicyVersion":{
@ -2318,7 +2319,10 @@
"certificatePem":{"shape":"CertificatePem"},
"ownedBy":{"shape":"AwsAccountId"},
"creationDate":{"shape":"DateType"},
"autoRegistrationStatus":{"shape":"AutoRegistrationStatus"}
"autoRegistrationStatus":{"shape":"AutoRegistrationStatus"},
"lastModifiedDate":{"shape":"DateType"},
"customerVersion":{"shape":"CustomerVersion"},
"generationId":{"shape":"GenerationId"}
}
},
"CACertificateStatus":{
@ -2407,7 +2411,9 @@
"previousOwnedBy":{"shape":"AwsAccountId"},
"creationDate":{"shape":"DateType"},
"lastModifiedDate":{"shape":"DateType"},
"transferData":{"shape":"TransferData"}
"customerVersion":{"shape":"CustomerVersion"},
"transferData":{"shape":"TransferData"},
"generationId":{"shape":"GenerationId"}
}
},
"CertificateId":{
@ -2870,6 +2876,10 @@
"signatureAlgorithm":{"shape":"SignatureAlgorithm"}
}
},
"CustomerVersion":{
"type":"integer",
"min":1
},
"DateType":{"type":"timestamp"},
"DeleteAuthorizerRequest":{
"type":"structure",
@ -3662,6 +3672,7 @@
"max":10000,
"min":1
},
"GenerationId":{"type":"string"},
"GetEffectivePoliciesRequest":{
"type":"structure",
"members":{
@ -3754,7 +3765,10 @@
"policyName":{"shape":"PolicyName"},
"policyArn":{"shape":"PolicyArn"},
"policyDocument":{"shape":"PolicyDocument"},
"defaultVersionId":{"shape":"PolicyVersionId"}
"defaultVersionId":{"shape":"PolicyVersionId"},
"creationDate":{"shape":"DateType"},
"lastModifiedDate":{"shape":"DateType"},
"generationId":{"shape":"GenerationId"}
}
},
"GetPolicyVersionRequest":{
@ -3783,7 +3797,10 @@
"policyName":{"shape":"PolicyName"},
"policyDocument":{"shape":"PolicyDocument"},
"policyVersionId":{"shape":"PolicyVersionId"},
"isDefaultVersion":{"shape":"IsDefaultVersion"}
"isDefaultVersion":{"shape":"IsDefaultVersion"},
"creationDate":{"shape":"DateType"},
"lastModifiedDate":{"shape":"DateType"},
"generationId":{"shape":"GenerationId"}
}
},
"GetRegistrationCodeRequest":{
@ -5525,6 +5542,7 @@
"type":"structure",
"members":{
"roleAlias":{"shape":"RoleAlias"},
"roleAliasArn":{"shape":"RoleAliasArn"},
"roleArn":{"shape":"RoleArn"},
"owner":{"shape":"AwsAccountId"},
"credentialDurationSeconds":{"shape":"CredentialDurationSeconds"},

View file

@ -840,6 +840,13 @@
"CodeSigning$customCodeSigning": "<p>A custom method for code signing a file.</p>"
}
},
"CustomerVersion": {
"base": null,
"refs": {
"CACertificateDescription$customerVersion": null,
"CertificateDescription$customerVersion": null
}
},
"DateType": {
"base": null,
"refs": {
@ -847,9 +854,14 @@
"AuthorizerDescription$lastModifiedDate": "<p>The UNIX timestamp of when the authorizer was last updated.</p>",
"CACertificate$creationDate": "<p>The date the CA certificate was created.</p>",
"CACertificateDescription$creationDate": "<p>The date the CA certificate was created.</p>",
"CACertificateDescription$lastModifiedDate": null,
"Certificate$creationDate": "<p>The date and time the certificate was created.</p>",
"CertificateDescription$creationDate": "<p>The date and time the certificate was created.</p>",
"CertificateDescription$lastModifiedDate": "<p>The date and time the certificate was last modified.</p>",
"GetPolicyResponse$creationDate": null,
"GetPolicyResponse$lastModifiedDate": null,
"GetPolicyVersionResponse$creationDate": null,
"GetPolicyVersionResponse$lastModifiedDate": null,
"Job$createdAt": "<p>The time, in milliseconds since the epoch, when the job was created.</p>",
"Job$lastUpdatedAt": "<p>The time, in milliseconds since the epoch, when the job was last updated.</p>",
"Job$completedAt": "<p>The time, in milliseconds since the epoch, when the job was completed.</p>",
@ -1422,6 +1434,15 @@
"ListTopicRulesRequest$maxResults": "<p>The maximum number of results to return.</p>"
}
},
"GenerationId": {
"base": null,
"refs": {
"CACertificateDescription$generationId": null,
"CertificateDescription$generationId": null,
"GetPolicyResponse$generationId": null,
"GetPolicyVersionResponse$generationId": null
}
},
"GetEffectivePoliciesRequest": {
"base": null,
"refs": {
@ -2958,6 +2979,7 @@
"base": null,
"refs": {
"CreateRoleAliasResponse$roleAliasArn": "<p>The role alias ARN.</p>",
"RoleAliasDescription$roleAliasArn": null,
"UpdateRoleAliasResponse$roleAliasArn": "<p>The role alias ARN.</p>"
}
},