Skip to content

Commit 8a13d35

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2d3813a commit 8a13d35

File tree

5 files changed

+67
-20
lines changed

5 files changed

+67
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AppMesh - Updated the API, and documentation for AWS App Mesh.
5+
6+
* Feature - Aws::CostandUsageReportService - Updated the API, and documentation for AWS Cost and Usage Report Service.
7+
48
2.11.335 (2019-08-16)
59
------------------
610

aws-sdk-core/apis/appmesh/2019-01-25/api-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,15 +2315,15 @@
23152315
"HttpMethod": {
23162316
"type": "string",
23172317
"enum": [
2318-
"connect",
2319-
"delete",
2320-
"get",
2321-
"head",
2322-
"options",
2323-
"patch",
2324-
"post",
2325-
"put",
2326-
"trace"
2318+
"CONNECT",
2319+
"DELETE",
2320+
"GET",
2321+
"HEAD",
2322+
"OPTIONS",
2323+
"PATCH",
2324+
"POST",
2325+
"PUT",
2326+
"TRACE"
23272327
]
23282328
},
23292329
"ConflictException": {

aws-sdk-core/apis/appmesh/2019-01-25/docs-2.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"refs": { }
4444
},
4545
"AwsCloudMapInstanceAttribute": {
46-
"base": "<p>An object representing the AWS Cloud Map attribute information for your virtual\n node.</p>",
46+
"base": "<p>An object representing the AWS Cloud Map attribute information for your virtual node.</p>",
4747
"refs": {
48-
"AwsCloudMapInstanceAttribute$key": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>",
48+
"AwsCloudMapInstanceAttribute$key": "<p>The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance\n that contains the specified key and value is returned.</p>",
4949
"AwsCloudMapInstanceAttribute$value": "<p>The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service\n instance that contains the specified key and value is returned.</p>"
5050
}
5151
},
@@ -344,11 +344,11 @@
344344
"refs": { }
345345
},
346346
"HeaderMatchMethod": {
347-
"base": "<p>An object representing the method and value to match the header value sent with a\n request. Specify one match method.</p>",
347+
"base": "<p>An object representing the method and value to match the header value sent with a request. Specify one match method.</p>",
348348
"refs": {
349349
"HeaderMatchMethod$exact": "<p>The header value sent by the client must match the specified value exactly.</p>",
350350
"HeaderMatchMethod$prefix": "<p>The header value sent by the client must begin with the specified characters.</p>",
351-
"HeaderMatchMethod$range": "<p>The object that specifies the range of numbers within which the header value sent by the client\n must be included.</p>",
351+
"HeaderMatchMethod$range": "<p>The object that specifies the range of numbers that the header value sent by the client must be included in.</p>",
352352
"HeaderMatchMethod$regex": "<p>The header value sent by the client must include the specified characters.</p>",
353353
"HeaderMatchMethod$suffix": "<p>The header value sent by the client must end with the specified characters.</p>"
354354
}
@@ -405,7 +405,7 @@
405405
"HttpRouteHeader": {
406406
"base": "<p>An object representing the HTTP header in the request.</p>",
407407
"refs": {
408-
"HttpRouteHeader$invert": "<p>Specify <code>True</code> to match the opposite of the <code>HeaderMatchMethod</code>\n method and value. The default value is <code>False</code>.</p>",
408+
"HttpRouteHeader$invert": "<p>Specify <code>True</code> to match the opposite of the <code>HeaderMatchMethod</code> method and value. The default value is <code>False</code>.</p>",
409409
"HttpRouteHeader$match": "<p>The <code>HeaderMatchMethod</code> object.</p>",
410410
"HttpRouteHeader$name": "<p>A name for the HTTP header in the client request that will be matched on.</p>"
411411
}
@@ -422,7 +422,7 @@
422422
"HttpRouteMatch$headers": "<p>The client request headers to match on.</p>",
423423
"HttpRouteMatch$method": "<p>The client request header method to match on.</p>",
424424
"HttpRouteMatch$prefix": "<p>Specifies the path to match requests with. This parameter must always start with\n <code>/</code>, which by itself matches all requests to the virtual service name. You\n can also match for path-based routing of requests. For example, if your virtual service\n name is <code>my-service.local</code> and you want the route to match requests to\n <code>my-service.local/metrics</code>, your prefix should be\n <code>/metrics</code>.</p>",
425-
"HttpRouteMatch$scheme": "<p>The client request scheme to match on.</p>"
425+
"HttpRouteMatch$scheme": "<p>The client request header scheme to match on.</p>"
426426
}
427427
},
428428
"HttpScheme": {
@@ -571,10 +571,10 @@
571571
"refs": { }
572572
},
573573
"MatchRange": {
574-
"base": "<p>The range of values to match on. The first character of the range is included in the\n range, though the last character is not. For example, if the range specified were 1-100,\n only values 1-99 would be matched.</p>",
574+
"base": "<p>The range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.</p>",
575575
"refs": {
576-
"MatchRange$end": "<p>End of the range value.</p>",
577-
"MatchRange$start": "<p>Start of the range value.</p>"
576+
"MatchRange$end": "<p>The end of the range.</p>",
577+
"MatchRange$start": "<p>The start of the range.</p>"
578578
}
579579
},
580580
"MeshData": {
@@ -690,7 +690,7 @@
690690
"base": "<p>An object representing the specification of a route.</p>",
691691
"refs": {
692692
"RouteSpec$httpRoute": "<p>The HTTP routing information for the route.</p>",
693-
"RouteSpec$priority": "<p>The priority for the route. Routes are matched based on the specified value, where 0 is\n the highest priority.</p>",
693+
"RouteSpec$priority": "<p>The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.</p>",
694694
"RouteSpec$tcpRoute": "<p>The TCP routing information for the route.</p>"
695695
}
696696
},

aws-sdk-core/apis/cur/2017-01-06/api-2.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@
3838
{"shape":"InternalErrorException"}
3939
]
4040
},
41+
"ModifyReportDefinition":{
42+
"name":"ModifyReportDefinition",
43+
"http":{
44+
"method":"POST",
45+
"requestUri":"/"
46+
},
47+
"input":{"shape":"ModifyReportDefinitionRequest"},
48+
"output":{"shape":"ModifyReportDefinitionResponse"},
49+
"errors":[
50+
{"shape":"InternalErrorException"},
51+
{"shape":"ValidationException"}
52+
]
53+
},
4154
"PutReportDefinition":{
4255
"name":"PutReportDefinition",
4356
"http":{
@@ -67,7 +80,8 @@
6780
"ap-southeast-2",
6881
"ap-northeast-1",
6982
"eu-north-1",
70-
"ap-northeast-3"
83+
"ap-northeast-3",
84+
"ap-east-1"
7185
]
7286
},
7387
"AdditionalArtifact":{
@@ -140,6 +154,22 @@
140154
"max":5,
141155
"min":5
142156
},
157+
"ModifyReportDefinitionRequest":{
158+
"type":"structure",
159+
"required":[
160+
"ReportName",
161+
"ReportDefinition"
162+
],
163+
"members":{
164+
"ReportName":{"shape":"ReportName"},
165+
"ReportDefinition":{"shape":"ReportDefinition"}
166+
}
167+
},
168+
"ModifyReportDefinitionResponse":{
169+
"type":"structure",
170+
"members":{
171+
}
172+
},
143173
"PutReportDefinitionRequest":{
144174
"type":"structure",
145175
"required":["ReportDefinition"],

aws-sdk-core/apis/cur/2017-01-06/docs-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"operations": {
55
"DeleteReportDefinition": "<p>Deletes the specified report.</p>",
66
"DescribeReportDefinitions": "<p>Lists the AWS Cost and Usage reports available to this account.</p>",
7+
"ModifyReportDefinition": "<p>Allows you to programatically update your report preferences.</p>",
78
"PutReportDefinition": "<p>Creates a new report using the description that you provide.</p>"
89
},
910
"shapes": {
@@ -89,6 +90,16 @@
8990
"DescribeReportDefinitionsRequest$MaxResults": null
9091
}
9192
},
93+
"ModifyReportDefinitionRequest": {
94+
"base": null,
95+
"refs": {
96+
}
97+
},
98+
"ModifyReportDefinitionResponse": {
99+
"base": null,
100+
"refs": {
101+
}
102+
},
92103
"PutReportDefinitionRequest": {
93104
"base": "<p>Creates a Cost and Usage Report.</p>",
94105
"refs": {
@@ -108,6 +119,7 @@
108119
"ReportDefinition": {
109120
"base": "<p>The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition. </p>",
110121
"refs": {
122+
"ModifyReportDefinitionRequest$ReportDefinition": null,
111123
"PutReportDefinitionRequest$ReportDefinition": "<p>Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information. </p>",
112124
"ReportDefinitionList$member": null
113125
}
@@ -133,6 +145,7 @@
133145
"base": "<p>The name of the report that you want to create. The name must be unique, is case sensitive, and can't include spaces. </p>",
134146
"refs": {
135147
"DeleteReportDefinitionRequest$ReportName": null,
148+
"ModifyReportDefinitionRequest$ReportName": null,
136149
"ReportDefinition$ReportName": null
137150
}
138151
},

0 commit comments

Comments
 (0)