change github.com/aws/aws-sdk-go to be the same revision in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:34:22 -07:00
parent e0958159f3
commit c6a78cee92
462 changed files with 20605 additions and 85780 deletions

View File

@@ -99,8 +99,8 @@
"ListGroupResources":{
"name":"ListGroupResources",
"http":{
"method":"POST",
"requestUri":"/groups/{GroupName}/resource-identifiers-list"
"method":"GET",
"requestUri":"/groups/{GroupName}/resource-identifiers"
},
"input":{"shape":"ListGroupResourcesInput"},
"output":{"shape":"ListGroupResourcesOutput"},
@@ -117,8 +117,8 @@
"ListGroups":{
"name":"ListGroups",
"http":{
"method":"POST",
"requestUri":"/groups-list"
"method":"GET",
"requestUri":"/groups"
},
"input":{"shape":"ListGroupsInput"},
"output":{"shape":"ListGroupsOutput"},
@@ -347,7 +347,7 @@
"GroupDescription":{
"type":"string",
"max":512,
"pattern":"[\\sa-zA-Z0-9_\\.-]*"
"pattern":"[\\sa-zA-Z0-9_\\.-]+"
},
"GroupList":{
"type":"list",
@@ -387,7 +387,6 @@
"location":"uri",
"locationName":"GroupName"
},
"Filters":{"shape":"ResourceFilterList"},
"MaxResults":{
"shape":"MaxResults",
"location":"querystring",
@@ -461,38 +460,7 @@
},
"ResourceArn":{
"type":"string",
"pattern":"arn:aws:[a-z0-9\\-]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
},
"ResourceFilter":{
"type":"structure",
"required":[
"Name",
"Values"
],
"members":{
"Name":{"shape":"ResourceFilterName"},
"Values":{"shape":"ResourceFilterValues"}
}
},
"ResourceFilterList":{
"type":"list",
"member":{"shape":"ResourceFilter"}
},
"ResourceFilterName":{
"type":"string",
"enum":["resource-type"]
},
"ResourceFilterValue":{
"type":"string",
"max":128,
"min":1,
"pattern":"AWS::[a-zA-Z0-9]+::[a-zA-Z0-9]+"
},
"ResourceFilterValues":{
"type":"list",
"member":{"shape":"ResourceFilterValue"},
"max":5,
"min":1
"pattern":"arn:aws:[a-z0-9]*:([a-z]{2}-[a-z]+-\\d{1})?:([0-9]{12})?:.+"
},
"ResourceIdentifier":{
"type":"structure",

View File

@@ -127,7 +127,7 @@
"GroupName": {
"base": null,
"refs": {
"CreateGroupInput$Name": "<p>The name of the group, which is the identifier of the group in other operations. A resource group name cannot be updated after it is created. A resource group name can have a maximum of 128 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with <code>AWS</code> or <code>aws</code>; these are reserved. A resource group name must be unique within your account.</p>",
"CreateGroupInput$Name": "<p>The name of the group, which is the identifier of the group in other operations. A resource group name cannot be updated after it is created. A resource group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with <code>AWS</code> or <code>aws</code>; these are reserved. A resource group name must be unique within your account.</p>",
"DeleteGroupInput$GroupName": "<p>The name of the resource group to delete.</p>",
"GetGroupInput$GroupName": "<p>The name of the resource group.</p>",
"GetGroupQueryInput$GroupName": "<p>The name of the resource group.</p>",
@@ -217,36 +217,6 @@
"ResourceIdentifier$ResourceArn": "<p>The ARN of a resource.</p>"
}
},
"ResourceFilter": {
"base": "<p>A filter name and value pair that is used to obtain more specific results from a list of resources.</p>",
"refs": {
"ResourceFilterList$member": null
}
},
"ResourceFilterList": {
"base": null,
"refs": {
"ListGroupResourcesInput$Filters": "<p>Filters, formatted as ResourceFilter objects, that you want to apply to a ListGroupResources operation.</p> <ul> <li> <p> <code>resource-type</code> - Filter resources by their type. Specify up to five resource types in the format AWS::ServiceCode::ResourceType. For example, AWS::EC2::Instance, or AWS::S3::Bucket.</p> </li> </ul>"
}
},
"ResourceFilterName": {
"base": null,
"refs": {
"ResourceFilter$Name": "<p>The name of the filter. Filter names are case-sensitive.</p>"
}
},
"ResourceFilterValue": {
"base": null,
"refs": {
"ResourceFilterValues$member": null
}
},
"ResourceFilterValues": {
"base": null,
"refs": {
"ResourceFilter$Values": "<p>One or more filter values. Allowed filter values vary by resource filter name, and are case-sensitive.</p>"
}
},
"ResourceIdentifier": {
"base": "<p>The ARN of a resource, and its resource type.</p>",
"refs": {
@@ -319,10 +289,10 @@
"Tags": {
"base": null,
"refs": {
"CreateGroupInput$Tags": "<p>The tags to add to the group. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>",
"CreateGroupInput$Tags": "<p>The tags to add to the group. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 127 characters, and tag values can have a maximum length of 255 characters.</p>",
"CreateGroupOutput$Tags": "<p>The tags associated with the group.</p>",
"GetTagsOutput$Tags": "<p>The tags associated with the specified resource.</p>",
"TagInput$Tags": "<p>The tags to add to the specified resource. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>",
"TagInput$Tags": "<p>The tags to add to the specified resource. A tag is a string-to-string map of key-value pairs. Tag keys can have a maximum character length of 127 characters, and tag values can have a maximum length of 255 characters.</p>",
"TagOutput$Tags": "<p>The tags that have been added to the specified resource.</p>"
}
},