factory DeleteArtifactResponse.fromJson(Map<String, dynamic> json) { return DeleteArtifactResponse( artifactArn: json['ArtifactArn'] as String?, ); }