Skip to content

Commit

Permalink
feat: add base implementation of linuxX64 target (smithy-lang#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Oct 25, 2023
1 parent e74ba21 commit 2bf97b3
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ private const val javaClientNamesJson = """
"ServerlessApplicationRepository": "ServerlessApplicationRepositoryClient",
"CodeStar connections": "CodeStarConnectionsClient",
"Pinpoint SMS Voice V2": "PinpointSmsVoiceV2Client",
"IoTSiteWise": "IoTSiteWiseClient",
"IoTSiteWise": "IotSiteWiseClient",
"ivs": "IvsClient",
"InternetMonitor": "InternetMonitorClient",
"mq": "MqClient",
Expand Down Expand Up @@ -1897,16 +1897,16 @@ private const val javaClientNamesJson = """
"AccessAnalyzer": "AccessAnalyzerClient",
"Route53 Recovery Readiness": "Route53RecoveryReadinessClient",
"ComprehendMedical": "ComprehendMedicalClient",
"IoTThingsGraph": "IoTThingsGraphClient",
"IoTFleetWise": "IoTFleetWiseClient",
"IoTThingsGraph": "IotThingsGraphClient",
"IoTFleetWise": "IotFleetWiseClient",
"RUM": "RumClient",
"OpenSearch": "OpenSearchClient",
"EC2 Instance Connect": "Ec2InstanceConnectClient",
"Health": "HealthClient",
"CloudFront": "CloudFrontClient",
"WAFV2": "Wafv2Client",
"Cost Explorer": "CostExplorerClient",
"IoTSecureTunneling": "IoTSecureTunnelingClient",
"IoTSecureTunneling": "IotSecureTunnelingClient",
"Kinesis Analytics V2": "KinesisAnalyticsV2Client",
"CodeCatalyst": "CodeCatalystClient",
"RDS Data": "RdsDataClient",
Expand Down Expand Up @@ -1935,7 +1935,7 @@ private const val javaClientNamesJson = """
"Config Service": "ConfigClient",
"GroundStation": "GroundStationClient",
"Inspector2": "Inspector2Client",
"IoTAnalytics": "IoTAnalyticsClient",
"IoTAnalytics": "IotAnalyticsClient",
"SageMaker A2I Runtime": "SageMakerA2IRuntimeClient",
"neptunedata": "NeptunedataClient",
"Pinpoint Email": "PinpointEmailClient",
Expand All @@ -1950,7 +1950,7 @@ private const val javaClientNamesJson = """
"WorkDocs": "WorkDocsClient",
"NetworkManager": "NetworkManagerClient",
"Omics": "OmicsClient",
"IoTFleetHub": "IoTFleetHubClient",
"IoTFleetHub": "IotFleetHubClient",
"Cognito Sync": "CognitoSyncClient",
"Outposts": "OutpostsClient",
"BackupStorage": "BackupStorageClient",
Expand Down Expand Up @@ -1999,7 +1999,7 @@ private const val javaClientNamesJson = """
"Timestream Write": "TimestreamWriteClient",
"CodeBuild": "CodeBuildClient",
"DocDB Elastic": "DocDbElasticClient",
"IoTTwinMaker": "IoTTwinMakerClient",
"IoTTwinMaker": "IotTwinMakerClient",
"IotDeviceAdvisor": "IotDeviceAdvisorClient",
"License Manager Linux Subscriptions": "LicenseManagerLinuxSubscriptionsClient",
"forecast": "ForecastClient",
Expand Down

0 comments on commit 2bf97b3

Please sign in to comment.