Skip to content

Commit 37bb82d

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent f5756d0 commit 37bb82d

File tree

17 files changed

+8443
-130
lines changed

17 files changed

+8443
-130
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::ElasticBeanstalk - Updated the API, and documentation for AWS Elastic Beanstalk.
7+
8+
* Feature - Aws::GlobalAccelerator - Updated the documentation for AWS Global Accelerator.
9+
10+
* Feature - Aws::ApiGatewayManagementApi - Added support for a new service, AmazonApiGatewayManagementApi.
11+
12+
* Feature - Aws::ApiGatewayV2 - Added support for a new service, AmazonApiGatewayV2.
13+
414
2.11.193 (2018-12-17)
515
------------------
616

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ to be backwards compatible.
304304
| AWS IoT Data Plane | IoTDataPlane | 2015-05-28 |
305305
| AWS IoT Jobs Data Plane | IoTJobsDataPlane | 2017-09-29 |
306306
| AWS Key Management Service | KMS | 2014-11-01 |
307-
| AWS Lambda | Lambda | 2015-03-31 |
308307
| AWS Lambda | LambdaPreview | 2014-11-11 |
308+
| AWS Lambda | Lambda | 2015-03-31 |
309309
| AWS License Manager | LicenseManager | 2018-08-01 |
310310
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
311311
| AWS Marketplace Entitlement Service | MarketplaceEntitlementService | 2017-01-11 |
@@ -378,8 +378,8 @@ to be backwards compatible.
378378
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
379379
| Amazon Inspector | Inspector | 2016-02-16 |
380380
| Amazon Kinesis | Kinesis | 2013-12-02 |
381-
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
382381
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
382+
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
383383
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
384384
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
385385
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |
@@ -416,11 +416,13 @@ to be backwards compatible.
416416
| Amazon WorkDocs | WorkDocs | 2016-05-01 |
417417
| Amazon WorkMail | WorkMail | 2017-10-01 |
418418
| Amazon WorkSpaces | WorkSpaces | 2015-04-08 |
419+
| AmazonApiGatewayManagementApi | ApiGatewayManagementApi | 2018-11-29 |
420+
| AmazonApiGatewayV2 | ApiGatewayV2 | 2018-11-29 |
419421
| AmazonMQ | MQ | 2017-11-27 |
420422
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
421423
| Auto Scaling | AutoScaling | 2011-01-01 |
422-
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
423424
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
425+
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
424426
| Firewall Management Service | FMS | 2018-01-01 |
425427
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
426428

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"metadata" : {
3+
"apiVersion" : "2018-11-29",
4+
"endpointPrefix" : "execute-api",
5+
"signingName" : "execute-api",
6+
"serviceFullName" : "AmazonApiGatewayManagementApi",
7+
"serviceId" : "ApiGatewayManagementApi",
8+
"protocol" : "rest-json",
9+
"jsonVersion" : "1.1",
10+
"uid" : "apigatewaymanagementapi-2018-11-29",
11+
"signatureVersion" : "v4"
12+
},
13+
"operations" : {
14+
"PostToConnection" : {
15+
"name" : "PostToConnection",
16+
"http" : {
17+
"method" : "POST",
18+
"requestUri" : "/@connections/{connectionId}",
19+
"responseCode" : 200
20+
},
21+
"input" : {
22+
"shape" : "PostToConnectionRequest"
23+
},
24+
"errors" : [ {
25+
"shape" : "GoneException"
26+
}, {
27+
"shape" : "LimitExceededException"
28+
}, {
29+
"shape" : "PayloadTooLargeException"
30+
}, {
31+
"shape" : "ForbiddenException"
32+
} ]
33+
}
34+
},
35+
"shapes" : {
36+
"Data" : {
37+
"type" : "blob",
38+
"max" : "131072"
39+
},
40+
"ForbiddenException" : {
41+
"type" : "structure",
42+
"members" : { },
43+
"exception" : true,
44+
"error" : {
45+
"httpStatusCode" : 403
46+
}
47+
},
48+
"GoneException" : {
49+
"type" : "structure",
50+
"members" : { },
51+
"exception" : true,
52+
"error" : {
53+
"httpStatusCode" : 410
54+
}
55+
},
56+
"LimitExceededException" : {
57+
"type" : "structure",
58+
"members" : { },
59+
"exception" : true,
60+
"error" : {
61+
"httpStatusCode" : 429
62+
}
63+
},
64+
"PayloadTooLargeException" : {
65+
"type" : "structure",
66+
"members" : {
67+
"Message" : {
68+
"shape" : "__string",
69+
"locationName" : "message"
70+
}
71+
},
72+
"exception" : true,
73+
"error" : {
74+
"httpStatusCode" : 413
75+
}
76+
},
77+
"PostToConnectionRequest" : {
78+
"type" : "structure",
79+
"members" : {
80+
"Data" : {
81+
"shape" : "Data"
82+
},
83+
"ConnectionId" : {
84+
"shape" : "__string",
85+
"location" : "uri",
86+
"locationName" : "connectionId"
87+
}
88+
},
89+
"required" : [ "ConnectionId", "Data" ],
90+
"payload" : "Data"
91+
},
92+
"__string" : {
93+
"type" : "string"
94+
}
95+
}
96+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version" : "2.0",
3+
"service" : "<p>The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable.</p>",
4+
"operations" : {
5+
"PostToConnection" : "<p>Sends the provided data to the specified connection.</p>"
6+
},
7+
"shapes" : {
8+
"Data" : {
9+
"base" : "<p>The data to be sent to the client specified by its connection id.</p>",
10+
"refs" : { }
11+
},
12+
"ForbiddenException" : {
13+
"base" : "<p>The caller is not authorized to invoke this operation.</p>",
14+
"refs" : { }
15+
},
16+
"GoneException" : {
17+
"base" : "<p>The connection with the provided id no longer exists.</p>",
18+
"refs" : { }
19+
},
20+
"LimitExceededException" : {
21+
"base" : "<p>The client is sending more than the allowed number of requests per unit of time.</p>",
22+
"refs" : { }
23+
},
24+
"PayloadTooLargeException" : {
25+
"base" : "<p>The data has exceeded the maximum size allowed.</p>",
26+
"refs" : { }
27+
},
28+
"__string" : {
29+
"base" : null,
30+
"refs" : {
31+
"PayloadTooLargeException$Message" : null
32+
}
33+
}
34+
}
35+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"pagination" : { }
3+
}

0 commit comments

Comments
 (0)