Skip to content

Commit a0b2eec

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 77e5847 commit a0b2eec

File tree

6 files changed

+274
-34
lines changed

6 files changed

+274
-34
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::ApiGatewayV2 - Updated the API, and documentation for AmazonApiGatewayV2.
5+
6+
* Feature - Aws::CodeCommit - Updated the API, and documentation for AWS CodeCommit.
7+
48
2.11.302 (2019-06-25)
59
------------------
610

aws-sdk-core/apis/apigatewayv2/2018-11-29/api-2.json

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,72 @@
903903
"shape" : "BadRequestException"
904904
} ]
905905
},
906+
"GetTags" : {
907+
"name" : "GetTags",
908+
"http" : {
909+
"method" : "GET",
910+
"requestUri" : "/v2/tags/{resource-arn}",
911+
"responseCode" : 200
912+
},
913+
"input" : {
914+
"shape" : "GetTagsRequest"
915+
},
916+
"output" : {
917+
"shape" : "GetTagsResponse"
918+
},
919+
"errors" : [ {
920+
"shape" : "NotFoundException"
921+
}, {
922+
"shape" : "TooManyRequestsException"
923+
}, {
924+
"shape" : "BadRequestException"
925+
}, {
926+
"shape" : "ConflictException"
927+
} ]
928+
},
929+
"TagResource" : {
930+
"name" : "TagResource",
931+
"http" : {
932+
"method" : "POST",
933+
"requestUri" : "/v2/tags/{resource-arn}",
934+
"responseCode" : 201
935+
},
936+
"input" : {
937+
"shape" : "TagResourceRequest"
938+
},
939+
"output" : {
940+
"shape" : "TagResourceResponse"
941+
},
942+
"errors" : [ {
943+
"shape" : "NotFoundException"
944+
}, {
945+
"shape" : "TooManyRequestsException"
946+
}, {
947+
"shape" : "BadRequestException"
948+
}, {
949+
"shape" : "ConflictException"
950+
} ]
951+
},
952+
"UntagResource" : {
953+
"name" : "UntagResource",
954+
"http" : {
955+
"method" : "DELETE",
956+
"requestUri" : "/v2/tags/{resource-arn}",
957+
"responseCode" : 204
958+
},
959+
"input" : {
960+
"shape" : "UntagResourceRequest"
961+
},
962+
"errors" : [ {
963+
"shape" : "NotFoundException"
964+
}, {
965+
"shape" : "TooManyRequestsException"
966+
}, {
967+
"shape" : "BadRequestException"
968+
}, {
969+
"shape" : "ConflictException"
970+
} ]
971+
},
906972
"UpdateApi" : {
907973
"name" : "UpdateApi",
908974
"http" : {
@@ -1217,6 +1283,10 @@
12171283
"Warnings" : {
12181284
"shape" : "__listOf__string",
12191285
"locationName" : "warnings"
1286+
},
1287+
"Tags" : {
1288+
"shape" : "Tags",
1289+
"locationName" : "tags"
12201290
}
12211291
},
12221292
"required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
@@ -1405,6 +1475,10 @@
14051475
"Version" : {
14061476
"shape" : "StringWithLengthBetween1And64",
14071477
"locationName" : "version"
1478+
},
1479+
"Tags" : {
1480+
"shape" : "Tags",
1481+
"locationName" : "tags"
14081482
}
14091483
},
14101484
"required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
@@ -1743,6 +1817,10 @@
17431817
"DomainNameConfigurations" : {
17441818
"shape" : "DomainNameConfigurations",
17451819
"locationName" : "domainNameConfigurations"
1820+
},
1821+
"Tags" : {
1822+
"shape" : "Tags",
1823+
"locationName" : "tags"
17461824
}
17471825
},
17481826
"required" : [ "DomainName" ]
@@ -1757,6 +1835,10 @@
17571835
"DomainNameConfigurations" : {
17581836
"shape" : "DomainNameConfigurations",
17591837
"locationName" : "domainNameConfigurations"
1838+
},
1839+
"Tags" : {
1840+
"shape" : "Tags",
1841+
"locationName" : "tags"
17601842
}
17611843
},
17621844
"required" : [ "DomainName" ]
@@ -1775,6 +1857,10 @@
17751857
"DomainNameConfigurations" : {
17761858
"shape" : "DomainNameConfigurations",
17771859
"locationName" : "domainNameConfigurations"
1860+
},
1861+
"Tags" : {
1862+
"shape" : "Tags",
1863+
"locationName" : "tags"
17781864
}
17791865
}
17801866
},
@@ -2400,6 +2486,10 @@
24002486
"StageVariables" : {
24012487
"shape" : "StageVariablesMap",
24022488
"locationName" : "stageVariables"
2489+
},
2490+
"Tags" : {
2491+
"shape" : "Tags",
2492+
"locationName" : "tags"
24032493
}
24042494
},
24052495
"required" : [ "StageName" ]
@@ -2443,6 +2533,10 @@
24432533
"StageVariables" : {
24442534
"shape" : "StageVariablesMap",
24452535
"locationName" : "stageVariables"
2536+
},
2537+
"Tags" : {
2538+
"shape" : "Tags",
2539+
"locationName" : "tags"
24462540
}
24472541
},
24482542
"required" : [ "ApiId", "StageName" ]
@@ -2489,6 +2583,14 @@
24892583
"StageVariables" : {
24902584
"shape" : "StageVariablesMap",
24912585
"locationName" : "stageVariables"
2586+
},
2587+
"Tags" : {
2588+
"shape" : "Tags",
2589+
"locationName" : "tags"
2590+
},
2591+
"Tags" : {
2592+
"shape" : "Tags",
2593+
"locationName" : "tags"
24922594
}
24932595
}
24942596
},
@@ -2724,6 +2826,10 @@
27242826
"DomainNameConfigurations" : {
27252827
"shape" : "DomainNameConfigurations",
27262828
"locationName" : "domainNameConfigurations"
2829+
},
2830+
"Tags" : {
2831+
"shape" : "Tags",
2832+
"locationName" : "tags"
27272833
}
27282834
},
27292835
"required" : [ "DomainName" ]
@@ -2928,6 +3034,10 @@
29283034
"Warnings" : {
29293035
"shape" : "__listOf__string",
29303036
"locationName" : "warnings"
3037+
},
3038+
"Tags" : {
3039+
"shape" : "Tags",
3040+
"locationName" : "tags"
29313041
}
29323042
}
29333043
},
@@ -3150,6 +3260,10 @@
31503260
"DomainNameConfigurations" : {
31513261
"shape" : "DomainNameConfigurations",
31523262
"locationName" : "domainNameConfigurations"
3263+
},
3264+
"Tags" : {
3265+
"shape" : "Tags",
3266+
"locationName" : "tags"
31533267
}
31543268
}
31553269
},
@@ -3731,6 +3845,10 @@
37313845
"StageVariables" : {
37323846
"shape" : "StageVariablesMap",
37333847
"locationName" : "stageVariables"
3848+
},
3849+
"Tags" : {
3850+
"shape" : "Tags",
3851+
"locationName" : "tags"
37343852
}
37353853
}
37363854
},
@@ -3934,6 +4052,26 @@
39344052
}
39354053
}
39364054
},
4055+
"GetTagsRequest" : {
4056+
"type" : "structure",
4057+
"members" : {
4058+
"ResourceArn" : {
4059+
"shape" : "__string",
4060+
"location" : "uri",
4061+
"locationName" : "resource-arn"
4062+
}
4063+
},
4064+
"required" : [ "ResourceArn" ]
4065+
},
4066+
"GetTagsResponse" : {
4067+
"type" : "structure",
4068+
"members" : {
4069+
"Tags" : {
4070+
"shape" : "__mapOf__string",
4071+
"locationName" : "tags"
4072+
}
4073+
}
4074+
},
39374075
"LoggingLevel" : {
39384076
"type" : "string",
39394077
"enum" : [ "ERROR", "INFO", "false" ]
@@ -4226,6 +4364,10 @@
42264364
"StageVariables" : {
42274365
"shape" : "StageVariablesMap",
42284366
"locationName" : "stageVariables"
4367+
},
4368+
"Tags" : {
4369+
"shape" : "Tags",
4370+
"locationName" : "tags"
42294371
}
42304372
},
42314373
"required" : [ "StageName" ]
@@ -4275,6 +4417,63 @@
42754417
},
42764418
"StringWithLengthBetween1And64" : {
42774419
"type" : "string"
4420+
},
4421+
"StringWithLengthBetween1And1600" : {
4422+
"type" : "string",
4423+
"documentation" : "<p>A string with a length between [1-1600].</p>"
4424+
},
4425+
"TagResourceInput" : {
4426+
"type" : "structure",
4427+
"members" : {
4428+
"Tags" : {
4429+
"shape" : "Tags",
4430+
"locationName" : "tags"
4431+
}
4432+
}
4433+
},
4434+
"TagResourceRequest" : {
4435+
"type" : "structure",
4436+
"members" : {
4437+
"ResourceArn" : {
4438+
"shape" : "__string",
4439+
"location" : "uri",
4440+
"locationName" : "resource-arn"
4441+
},
4442+
"Tags" : {
4443+
"shape" : "Tags",
4444+
"locationName" : "tags"
4445+
}
4446+
},
4447+
"required" : [ "ResourceArn" ]
4448+
},
4449+
"TagResourceResponse" : {
4450+
"type" : "structure",
4451+
"members" : { }
4452+
},
4453+
"Tags" : {
4454+
"type" : "map",
4455+
"key" : {
4456+
"shape" : "__string"
4457+
},
4458+
"value" : {
4459+
"shape" : "StringWithLengthBetween1And1600"
4460+
}
4461+
},
4462+
"UntagResourceRequest" : {
4463+
"type" : "structure",
4464+
"members" : {
4465+
"ResourceArn" : {
4466+
"shape" : "__string",
4467+
"location" : "uri",
4468+
"locationName" : "resource-arn"
4469+
},
4470+
"TagKeys" : {
4471+
"shape" : "__listOf__string",
4472+
"location" : "querystring",
4473+
"locationName" : "tagKeys"
4474+
}
4475+
},
4476+
"required" : [ "TagKeys", "ResourceArn" ]
42784477
},
42794478
"Template" : {
42804479
"type" : "structure",
@@ -5531,6 +5730,15 @@
55315730
"__string" : {
55325731
"type" : "string"
55335732
},
5733+
"__mapOf__string" : {
5734+
"type" : "map",
5735+
"key" : {
5736+
"shape" : "__string"
5737+
},
5738+
"value" : {
5739+
"shape" : "__string"
5740+
}
5741+
},
55345742
"__timestampIso8601" : {
55355743
"type" : "timestamp",
55365744
"timestampFormat" : "iso8601"

aws-sdk-core/apis/apigatewayv2/2018-11-29/docs-2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"GetRoutes" : "<p>Gets the Routes for an API.</p>",
4848
"GetStage" : "<p>Gets a Stage.</p>",
4949
"GetStages" : "<p>Gets the Stages for an API.</p>",
50+
"GetTags" : "<p>Gets the Tags for a resource.</p>",
5051
"UpdateApi" : "<p>Updates an Api resource.</p>",
5152
"UpdateApiMapping" : "<p>The API mapping.</p>",
5253
"UpdateAuthorizer" : "<p>Updates an Authorizer.</p>",
@@ -636,6 +637,28 @@
636637
"UpdateRouteInput$OperationName" : "<p>The operation name for the route.</p>"
637638
}
638639
},
640+
"TagResourceInput" : {
641+
"base" : "<p>Represents the input parameters for a TagResource request.</p>",
642+
"refs" : { }
643+
},
644+
"Tags" : {
645+
"base" : "<p>A key value pair of string with key length between[1-128] and value length between[1-256]</p>",
646+
"refs" : {
647+
"Api$Tags" : "<p>Tags for the API.</p>",
648+
"CreateApiInput$Tags" : "<p>Tags for the API.</p>",
649+
"CreateDomainNameInput$Tags" : "<p>Tags for the DomainName.</p>",
650+
"CreateStageInput$Tags" : "<p>Tags for the Stage.</p>",
651+
"DomainName$Tags" : "<p>Tags for the DomainName.</p>",
652+
"Stage$Tags" : "<p>Tags for the Stage.</p>",
653+
"TagResourceInput$Tags" : "<p>Tags for the resource arn.</p>"
654+
}
655+
},
656+
"StringWithLengthBetween1And1600" : {
657+
"base" : "<p>A string with a length between [1-1600].</p>",
658+
"refs" : {
659+
"Tags$member" : "<p>A tag for the resource.</p>"
660+
}
661+
},
639662
"Template" : {
640663
"base" : "<p>Represents a template.</p>",
641664
"refs" : { }

0 commit comments

Comments
 (0)