Skip to content

Commit af86b47

Browse files
Updated API models and rebuilt service gems.
1 parent f33badf commit af86b47

File tree

106 files changed

+5105
-301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+5105
-301
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ RubyGems.org page under "LINKS" section.
408408
| AWS Marketplace Commerce Analytics | Aws::MarketplaceCommerceAnalytics | aws-sdk-marketplacecommerceanalytics | 2015-07-01 |
409409
| AWS Marketplace Deployment Service | Aws::MarketplaceDeployment | aws-sdk-marketplacedeployment | 2023-01-25 |
410410
| AWS Marketplace Entitlement Service | Aws::MarketplaceEntitlementService | aws-sdk-marketplaceentitlementservice | 2017-01-11 |
411+
| AWS Marketplace Reporting Service | Aws::MarketplaceReporting | aws-sdk-marketplacereporting | 2018-05-10 |
411412
| AWS MediaConnect | Aws::MediaConnect | aws-sdk-mediaconnect | 2018-11-14 |
412413
| AWS MediaTailor | Aws::MediaTailor | aws-sdk-mediatailor | 2018-04-23 |
413414
| AWS Migration Hub | Aws::MigrationHub | aws-sdk-migrationhub | 2017-05-31 |

apis/codepipeline/2015-07-09/api-2.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,8 +795,10 @@
795795
"actionTypeId":{"shape":"ActionTypeId"},
796796
"runOrder":{"shape":"ActionRunOrder"},
797797
"configuration":{"shape":"ActionConfigurationMap"},
798+
"commands":{"shape":"CommandList"},
798799
"outputArtifacts":{"shape":"OutputArtifactList"},
799800
"inputArtifacts":{"shape":"InputArtifactList"},
801+
"outputVariables":{"shape":"OutputVariableList"},
800802
"roleArn":{"shape":"RoleArn"},
801803
"region":{"shape":"AWSRegionName"},
802804
"namespace":{"shape":"ActionNamespace"},
@@ -1295,6 +1297,17 @@
12951297
"min":1
12961298
},
12971299
"Code":{"type":"string"},
1300+
"Command":{
1301+
"type":"string",
1302+
"max":1000,
1303+
"min":1
1304+
},
1305+
"CommandList":{
1306+
"type":"list",
1307+
"member":{"shape":"Command"},
1308+
"max":50,
1309+
"min":1
1310+
},
12981311
"ConcurrentModificationException":{
12991312
"type":"structure",
13001313
"members":{
@@ -1638,6 +1651,17 @@
16381651
"SystemUnavailable"
16391652
]
16401653
},
1654+
"FilePath":{
1655+
"type":"string",
1656+
"max":128,
1657+
"min":1
1658+
},
1659+
"FilePathList":{
1660+
"type":"list",
1661+
"member":{"shape":"FilePath"},
1662+
"max":10,
1663+
"min":1
1664+
},
16411665
"GetActionTypeInput":{
16421666
"type":"structure",
16431667
"required":[
@@ -2253,13 +2277,25 @@
22532277
"type":"structure",
22542278
"required":["name"],
22552279
"members":{
2256-
"name":{"shape":"ArtifactName"}
2280+
"name":{"shape":"ArtifactName"},
2281+
"files":{"shape":"FilePathList"}
22572282
}
22582283
},
22592284
"OutputArtifactList":{
22602285
"type":"list",
22612286
"member":{"shape":"OutputArtifact"}
22622287
},
2288+
"OutputVariable":{
2289+
"type":"string",
2290+
"max":128,
2291+
"min":1
2292+
},
2293+
"OutputVariableList":{
2294+
"type":"list",
2295+
"member":{"shape":"OutputVariable"},
2296+
"max":15,
2297+
"min":1
2298+
},
22632299
"OutputVariablesKey":{
22642300
"type":"string",
22652301
"pattern":"[A-Za-z0-9@\\-_]+"

apis/codepipeline/2015-07-09/docs-2.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,18 @@
629629
"ErrorDetails$code": "<p>The system ID or number code of the error.</p>"
630630
}
631631
},
632+
"Command": {
633+
"base": null,
634+
"refs": {
635+
"CommandList$member": null
636+
}
637+
},
638+
"CommandList": {
639+
"base": null,
640+
"refs": {
641+
"ActionDeclaration$commands": "<p>The shell commands to run with your compute action in CodePipeline. All commands are supported except multi-line formats. While CodeBuild logs and permissions are used, you do not need to create any resources in CodeBuild.</p> <note> <p>Using compute time for this action will incur separate charges in CodeBuild.</p> </note>"
642+
}
643+
},
632644
"ConcurrentModificationException": {
633645
"base": "<p>Unable to modify the tag due to a simultaneous update request.</p>",
634646
"refs": {
@@ -919,6 +931,18 @@
919931
"FailureDetails$type": "<p>The type of the failure.</p>"
920932
}
921933
},
934+
"FilePath": {
935+
"base": null,
936+
"refs": {
937+
"FilePathList$member": null
938+
}
939+
},
940+
"FilePathList": {
941+
"base": null,
942+
"refs": {
943+
"OutputArtifact$files": "<p>The files that you want to associate with the output artifact that will be exported from the compute action.</p>"
944+
}
945+
},
922946
"GetActionTypeInput": {
923947
"base": null,
924948
"refs": {
@@ -1478,6 +1502,18 @@
14781502
"ActionDeclaration$outputArtifacts": "<p>The name or ID of the result of the action declaration, such as a test or build artifact.</p>"
14791503
}
14801504
},
1505+
"OutputVariable": {
1506+
"base": null,
1507+
"refs": {
1508+
"OutputVariableList$member": null
1509+
}
1510+
},
1511+
"OutputVariableList": {
1512+
"base": null,
1513+
"refs": {
1514+
"ActionDeclaration$outputVariables": "<p>The list of variables that are to be exported from the compute action. This is specifically CodeBuild environment variables as used for that action.</p>"
1515+
}
1516+
},
14811517
"OutputVariablesKey": {
14821518
"base": null,
14831519
"refs": {

apis/connect/2017-08-08/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9365,7 +9365,7 @@
93659365
"GroupingsV2":{
93669366
"type":"list",
93679367
"member":{"shape":"GroupingV2"},
9368-
"max":3
9368+
"max":4
93699369
},
93709370
"HierarchyGroup":{
93719371
"type":"structure",

apis/ec2/2016-11-15/api-2.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4529,6 +4529,15 @@
45294529
"input":{"shape":"ModifyInstanceCapacityReservationAttributesRequest"},
45304530
"output":{"shape":"ModifyInstanceCapacityReservationAttributesResult"}
45314531
},
4532+
"ModifyInstanceCpuOptions":{
4533+
"name":"ModifyInstanceCpuOptions",
4534+
"http":{
4535+
"method":"POST",
4536+
"requestUri":"/"
4537+
},
4538+
"input":{"shape":"ModifyInstanceCpuOptionsRequest"},
4539+
"output":{"shape":"ModifyInstanceCpuOptionsResult"}
4540+
},
45324541
"ModifyInstanceCreditSpecification":{
45334542
"name":"ModifyInstanceCreditSpecification",
45344543
"http":{
@@ -33343,6 +33352,37 @@
3334333352
}
3334433353
}
3334533354
},
33355+
"ModifyInstanceCpuOptionsRequest":{
33356+
"type":"structure",
33357+
"required":[
33358+
"InstanceId",
33359+
"CoreCount",
33360+
"ThreadsPerCore"
33361+
],
33362+
"members":{
33363+
"InstanceId":{"shape":"InstanceId"},
33364+
"CoreCount":{"shape":"Integer"},
33365+
"ThreadsPerCore":{"shape":"Integer"},
33366+
"DryRun":{"shape":"Boolean"}
33367+
}
33368+
},
33369+
"ModifyInstanceCpuOptionsResult":{
33370+
"type":"structure",
33371+
"members":{
33372+
"InstanceId":{
33373+
"shape":"InstanceId",
33374+
"locationName":"instanceId"
33375+
},
33376+
"CoreCount":{
33377+
"shape":"Integer",
33378+
"locationName":"coreCount"
33379+
},
33380+
"ThreadsPerCore":{
33381+
"shape":"Integer",
33382+
"locationName":"threadsPerCore"
33383+
}
33384+
}
33385+
},
3334633386
"ModifyInstanceCreditSpecificationRequest":{
3334733387
"type":"structure",
3334833388
"required":["InstanceCreditSpecifications"],

0 commit comments

Comments
 (0)