File tree 12 files changed +12
-12
lines changed
tools/@aws-cdk/spec2cdk/lib/cfn2ts
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.backupgateway"
4
+ "package" : " software.amazon.awscdk. services.backupgateway"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.BackupGateway"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.cleanrooms"
4
+ "package" : " software.amazon.awscdk. services.cleanrooms"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.CleanRooms"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.entityresolution"
4
+ "package" : " software.amazon.awscdk. services.entityresolution"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.EntityResolution"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.healthimaging"
4
+ "package" : " software.amazon.awscdk. services.healthimaging"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.HealthImaging"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.mediapackagev2"
4
+ "package" : " software.amazon.awscdk. services.mediapackagev2"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.MediaPackageV2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.osis"
4
+ "package" : " software.amazon.awscdk. services.osis"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.OSIS"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.pcaconnectorad"
4
+ "package" : " software.amazon.awscdk. services.pcaconnectorad"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.PCAConnectorAD"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.proton"
4
+ "package" : " software.amazon.awscdk. services.proton"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.Proton"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.shield"
4
+ "package" : " software.amazon.awscdk. services.shield"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.Shield"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.verifiedpermissions"
4
+ "package" : " software.amazon.awscdk. services.verifiedpermissions"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.VerifiedPermissions"
Original file line number Diff line number Diff line change 1
1
{
2
2
"targets" : {
3
3
"java" : {
4
- "package" : " services.workspacesweb"
4
+ "package" : " software.amazon.awscdk. services.workspacesweb"
5
5
},
6
6
"dotnet" : {
7
7
"package" : " Amazon.CDK.AWS.WorkSpacesWeb"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export function createModuleDefinitionFromCfnNamespace(namespace: string) {
13
13
const javaGroupId = 'software.amazon.awscdk' ;
14
14
const javaPackage =
15
15
moduleFamily === 'AWS'
16
- ? `services.${ lowcaseModuleName } `
16
+ ? `software.amazon.awscdk. services.${ lowcaseModuleName } `
17
17
: `${ moduleFamily . toLocaleLowerCase ( ) } .${ lowcaseModuleName } ` ;
18
18
const javaArtifactId =
19
19
moduleFamily === 'AWS' ? lowcaseModuleName : `${ moduleFamily . toLocaleLowerCase ( ) } -${ lowcaseModuleName } ` ;
You can’t perform that action at this time.
0 commit comments